Skip to content

Instantly share code, notes, and snippets.

@ppalone
Created April 9, 2021 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ppalone/731d2ceef7762fa7b2de2a276e5e4b87 to your computer and use it in GitHub Desktop.
Save ppalone/731d2ceef7762fa7b2de2a276e5e4b87 to your computer and use it in GitHub Desktop.
How to add SASS or SCSS stylesheet to a React App?
# Note requires react-scripts@2.0.0 or higher
npm install node-sass --save
# or
yarn add node-sass
# Rename all files from *.css to *.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment