Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.06 KB

SCSS Starter

A starter for setting up SCSS.

Scripts

Building

  • npm run build - Compiles scss to css in /dist
  • npm run watch - Same as build, but will watch for changes

Serving

  • npm run serve - Starts a web server and opens index.html to see compiled styles
  • npm run serve:watch - Same as server, but with a watcher. Ideal for development

A local server will be started here: http://localhost:7000/

Linting

  • npm run lint - Runs sass-lint with configuration found in .sass-lint.yml.

Inspiration