Skip to content

nielsenramon/stacss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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