block by shawnbot 3c6ec939177eb0ab92c1e7dd3dfb85ad

USWDS + node-sass

U.S. Web Design Standards + node-sass

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:

  1. Install Node.js.

  2. Install node-sass and the Standards source files with:

     npm install
  3. Generate css/main.css from sass/main.scss with:

     npm run sass
  4. To automatically generate the CSS whenever you change your Sass source files, run:

     npm run sass-watch
  5. Refer to the customization docs for more info.

Enjoy! :taco: :tada:

package.json