https://github.com/nielsenramon/stacss
The unobtrusive SCSS framework
https://github.com/nielsenramon/stacss
framework scss unobtrusive-scss-framework
Last synced: 5 months ago
JSON representation
The unobtrusive SCSS framework
- Host: GitHub
- URL: https://github.com/nielsenramon/stacss
- Owner: nielsenramon
- Created: 2015-03-19T08:05:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T15:40:04.000Z (over 8 years ago)
- Last Synced: 2025-02-01T17:05:17.624Z (about 1 year ago)
- Topics: framework, scss, unobtrusive-scss-framework
- Language: CSS
- Homepage: http://stacss.nielsenramon.com/
- Size: 1.5 MB
- Stars: 23
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STACSS
[](https://gitter.im/nielsenramon/stacss?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
The unobtrusive SCSS framework.
STACSS is a lightweight structured SCSS directory which scaffolds basic styles, variables and indispensable modules.
## Installation
Copy the contents of `/scss` into your application `scss` folder and you are ready to go!
## Optional
Note that STACSS requires [Autoprefixer](https://github.com/postcss/autoprefixer) for optimal use. Installing it inside your project is recommended.
Feel free to add the `.stylelintrc` config file as well. It makes sure your SCSS is linted and it enforces consistent conventions in your stylesheets. More info about Stylelint [here](https://github.com/stylelint/stylelint).
None of the above is required but highly recommended.
## License
MIT License
## Contributing
1. Fork it (https://github.com/[my-github-username]/stacss/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request