Using SCSS files with React

With simple steps, you can use powerful SCSS with React ⚛︎

August 14, 2019

Code 💻

1 min read

Using SCSS is simple as install a dependency and importing the .scss file:

yarn add node-sass

Once installing the dependency, import the scss file and start using!

import './sample.scss';

Invely's