Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T17:57:50.000Z (over 1 year ago)
- Last Synced: 2024-11-05T04:10:42.042Z (about 2 months ago)
- Topics: css, guidelines, sass, styleguide
- Language: HTML
- Homepage: http://sass-guidelin.es
- Size: 11.7 MB
- Stars: 910
- Watchers: 34
- Forks: 223
- 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
- awesome-list - sass-guidelines
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)