tacky-sass
The Sass version of Tachyons, but with %placeholders
instead of .classes
. @extend
away!
Installation
npm install --save tacky-sass
Usage
When using with the Webpack sass loader:
@import "~tacky-sass/tacky";
License
MIT
Contributing
- Fork it
- 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 new Pull Request
Built by @mrmrs_ & @4lpine. Re-jiggered by @fschroiff
This package was initially generated with yeoman and the p generator.