Sha256: 9bbf9a6027cc2ecd883556b4269d00514e8286e2c94334eb17359f5ecbfed3e0
Contents?: true
Size: 822 Bytes
Versions: 1
Compression:
Stored size: 822 Bytes
Contents
#Toadstool's mixins directory Toadstool is a Styleguide UI Framework designed to give you all the power and flexibility of more traditional CSS frameworks without all the crufty CSS that bloats your stylesheets. But how do we do this? The secret is Sass. Or should I say a combination of Sass and the Compass library. Toadstool is a collection of fabricated mixins that are designed to solve common problems. ##Toadstool mixins ###@include main_content Designed to be used for the large main content area of a site. Typically a section block set to a specified width that is centered in the view. **Supported arguments** ``$main_col_count, $main_grid_align: center, $main_grid_uom: em`` If needed **Example use case** `` .main_content { @include main_content(6); } `` ### Work in progress ... don't mind the mess.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toadstool-0.0.0.1 | doc-src/mixin_directory.md |