A starter for setting up SCSS.
npm run build- Compiles scss to css in/distnpm run watch- Same as build, but will watch for changes
npm run serve- Starts a web server and opensindex.htmlto 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-lintwith configuration found in.sass-lint.yml.