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
Using SASS/SCSS with Remix.run | |
Step 1: Install SASS | |
In your remix project directory/folder, execute the following command: | |
npm install sass --save-dev | |
Step 2: Project folders structure |