-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Aftabul Islam edited this page Mar 30, 2022
·
1 revision
First, you have to npm install
if you haven't already installed nodejs on your local machine.
Then all you have to do is npm run sass:watch
to automatically compile SASS to CSS when anything is changed inside sass folder.
You can also use npm run sass:build
to build CSS from SASS files.
NB: This page is far from complete.