Created
April 9, 2021 08:22
-
-
Save ppalone/731d2ceef7762fa7b2de2a276e5e4b87 to your computer and use it in GitHub Desktop.
How to add SASS or SCSS stylesheet to a React App?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Note requires [email protected] 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