mirror of
https://github.com/danbee/julep
synced 2025-03-04 08:59:10 +00:00
| includes | ||
| _julep.scss | ||
| README.md | ||
Julep
SASS/SCSS mixins for building mobile web applications.
Requirements
- Bourbon (http://bourbon.io)
Installation
-
Clone the repository to your stylesheets directory.
-
Add
@import "julep/julep"to your SASS/SCSS.
Usage
Simply include the appropriate mixin in your stylesheet. E.g.
header {
@include header($color);
}
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request