Using SCSS is simple as install a dependency and importing the .scss file:
yarn add node-sassOnce installing the dependency, import the scss file and start using!
import './sample.scss';Code 💻
Using SCSS is simple as install a dependency and importing the .scss file:
yarn add node-sassOnce installing the dependency, import the scss file and start using!
import './sample.scss';