Sass Guidelines
Guidelines for writing sane, maintainable and scalable Sass.
Read the contributing guidelines.
Enjoyed Sass Guidelines? Buy me a beer!
Sass Guidelines runs on Jekyll, a static website generator. To run your own local version of these guidelines, you'll need to:
- Install the dependencies:
bundle install && npm install
. - You can (although that’s not necessary to work on the project) run the build script that is being run on production:
npm run build
. - Run Jekyll:
jekyll serve
. - Point your browser to
http://localhost:4000
.
More information on how to setup Jekyll on the official website.