This is a very simple example of how to set up node-sass to build on the U.S. Web Design Standards. To run it:
Install Node.js.
Install node-sass and the Standards source files with:
npm install
Generate css/main.css
from sass/main.scss
with:
npm run sass
To automatically generate the CSS whenever you change your Sass source files, run:
npm run sass-watch
Refer to the customization docs for more info.
Enjoy! :taco: :tada: