Answers for "how to use sass in create react app"

6

add sass to react

npm install node-sass --save-dev
Posted by: Guest on August-25-2020
0

React Sass

$myColor: red;

h1 {
  color: $myColor;
}
Posted by: Guest on February-01-2021

Code answers related to "how to use sass in create react app"

Code answers related to "Javascript"

Browse Popular Code Answers by Language