DEV Community

Discussion on: Css is Not Rendering On React App

Collapse
 
andrewbaisden profile image
Andrew Baisden

It's hard to tell from that one screenshot. Getting the CSS to work in a React app is pretty straightforward. If you use create-react-app and setup the default boilerplate it already has the css hooked up and working. So if you do that you should be able to figure it out.

You just need to import the CSS file correctly from the right folder.