This is a work in progress.
- Install Node.js for your platform
npm install -g node-sass
- Start the Sass watcher:
node-sass --watch style.scss style.css
- Open the
index.html
file
You can now make modifications to the style.scss
file and it will be automatically recompiled. Refresh your browser window to see changes.