/sass-guidelines

Guidelines for writing sane, maintainable and scalable Sass.

Primary LanguageHTML

Sass Guidelines

Guidelines for writing sane, maintainable and scalable Sass.

Contributing

Read the contributing guidelines.

Supporting

Enjoyed Sass Guidelines? Buy me a beer!

Run it locally

Sass Guidelines runs on Jekyll, a static website generator. To run your own local version of these guidelines, you'll need to:

  1. Install the dependencies: bundle install && npm install.
  2. 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.
  3. Run Jekyll: jekyll serve.
  4. Point your browser to http://localhost:4000.

More information on how to setup Jekyll on the official website.