1
0
mirror of https://github.com/danbee/julep synced 2025-03-04 08:59:10 +00:00
Go to file
2013-02-11 17:15:28 +00:00
images Add tabbar, buttons and lists. Fix loader image. 2013-02-11 17:15:28 +00:00
includes Add tabbar, buttons and lists. Fix loader image. 2013-02-11 17:15:28 +00:00
_julep.scss Add tabbar, buttons and lists. Fix loader image. 2013-02-11 17:15:28 +00:00
README.md Add readme. 2013-02-11 11:37:51 +00:00

Julep

SASS/SCSS mixins for building mobile web applications.

Requirements

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request