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: 18 days ago
JSON representation
Guidelines for writing sane, maintainable and scalable Sass.
- Host: GitHub
- URL: https://github.com/kittygiraudel/sass-guidelines
- Owner: KittyGiraudel
- License: mit
- Created: 2015-01-03T11:14:00.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T17:57:50.000Z (over 1 year ago)
- Last Synced: 2025-04-08T13:09:10.742Z (18 days ago)
- Topics: css, guidelines, sass, styleguide
- Language: HTML
- Homepage: http://sass-guidelin.es
- Size: 11.7 MB
- Stars: 908
- Watchers: 34
- Forks: 222
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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`.
[](http://standardjs.com)