An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# STACSS

[![Join the chat at https://gitter.im/nielsenramon/stacss](https://badges.gitter.im/Join%20Chat.svg)](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