Skip to content
Aftabul Islam edited this page Mar 30, 2022 · 1 revision

Contributor Documentation

Compiling SASS files:

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.

Clone this wiki locally