Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 885 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 885 Bytes

Sass Guidelines

An opinionated styleguide for writing sane, maintainable and scalable Sass.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

The code for this project is licensed under MIT. The content for this project is licensed by Creative Commons Attribution 4.0 International.

Local development

bundle install
npm install
npm start
# http://localhost:4000

To run a specific task from package-scripts.js, prepend npm start, like: npm start js.vendors.

js-standard-style