Answers for "react cannot import scss file"

0

cannot find module 'sass' react

Install sass

Globally

npm i -g sass
or

Locally

npm i sass --save-dev
Posted by: Guest on September-29-2021
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

Code answers related to "Javascript"

Browse Popular Code Answers by Language