Answers for "how to add scss loader in react"

CSS
6

install scss in react js

$ npm install node-sass --save
$ # or
$ yarn add node-sass
Posted by: Guest on December-22-2020
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

Browse Popular Code Answers by Language