Skip to content

Instantly share code, notes, and snippets.

View abwaanka's full-sized avatar

Abdisamad Khalif abwaanka

View GitHub Profile
@abwaanka
abwaanka / Setup Sass SCSS for Remix.run
Created December 16, 2021 11:56
This is a step by step guide of configuring or setting up SASS SCSS for Remix.run
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