A starter for setting up SCSS.
npm run build
- Compiles scss to css in/dist
npm run watch
- Same as build, but will watch for changes
npm run serve
- Starts a web server and opensindex.html
to see compiled stylesnpm run serve:watch
- Same asserver
, but with a watcher. Ideal for development
A local server will be started here: http://localhost:7000/
npm run lint
- Runssass-lint
with configuration found in.sass-lint.yml
.