Hi Team
I have css file created on the project, now my issue is to display them on my React app. What the process flow to achieve this without any errors? Do i first import the file where CSS file is located from the project.eg. import ..."/App/name.css'? How do i then write this in React componet?
Guest UserPosted Jun 4, 2022, 2:24 PM
Farhan AhmedPosted Jun 4, 2022, 1:47 PM
create a CSS file like demo.css and import it on top of your component where you want to use
example
import from './demo.css'