A handy collection of Sass mixins, wrapped up in a gem.
Requires Compass and a crazy-new alpha version of Sass (3.2) that has support for content blocks.
# Include zazz in your gemfile, and remove sass and compass
gem 'zazz'
// In your main sass/scss file...
@import 'zazz'
- float_left
- float_right
- no_float
- centered_container($width)
- underline_on_hover_only
- horizontal_list
- device($device)
See stylesheets/_zazz.sass for reference.
Copyright (c) 2012 Zeke Sikelianos All Rights Reserved.
Licensed under the MIT license.