The unobtrusive SCSS framework.
STACSS is a lightweight structured SCSS directory which scaffolds basic styles, variables and indispensable modules.
Copy the contents of /scss
into your application scss
folder and you are ready to go!
Note that STACSS requires 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.
None of the above is required but highly recommended.
MIT License
- Fork it (https://github.com/[my-github-username]/stacss/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request