Answers for "can i use scss and css in the same react project"

6

install scss in react js

$ npm install node-sass --save
$ # or
$ yarn add node-sass
Posted by: Guest on December-22-2020
0

add sass to react

npm uninstall node-sass
Posted by: Guest on December-23-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language