Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kittygiraudel/sass-guidelines

Guidelines for writing sane, maintainable and scalable Sass.
https://github.com/kittygiraudel/sass-guidelines

css guidelines sass styleguide

Last synced: about 6 hours ago
JSON representation

Guidelines for writing sane, maintainable and scalable Sass.

Awesome Lists containing this project

README

        

# 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](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.

## License

The code for this project is [licensed under MIT](LICENSE).
The content for this project is [licensed by Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode).

## Local development

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

To run a specific task from [package-scripts.js](https://github.com/KittyGiraudel/sass-guidelines/blob/master/package-scripts.js), prepend `npm start`, like: `npm start js.vendors`.

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](http://standardjs.com)