Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.22 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.22 KB

STACSS

Join the chat at https://gitter.im/nielsenramon/stacss

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 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.

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