We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
First, you have to npm install if you haven't already installed nodejs on your local machine.
npm install
Then all you have to do is npm run sass:watch to automatically compile SASS to CSS when anything is changed inside sass folder.
npm run sass:watch
You can also use npm run sass:build to build CSS from SASS files.
npm run sass:build
NB: This page is far from complete.