Answers for "how to use styles.scss file in react"

CSS
0

how to add scss to a react app

# using npm
npm install node-sass --save

# using yarn
yarn add node-sass
Posted by: Guest on July-06-2021

Code answers related to "how to use styles.scss file in react"

Browse Popular Code Answers by Language