Sha256: b010867b84ec2dc7016deadd7dfba9e9962901169d51901d7c170afc419488ae
Contents?: true
Size: 865 Bytes
Versions: 1
Compression:
Stored size: 865 Bytes
Contents
== 52 Framework Compass Plugin This plugin adds 52 Framework to Compass (http://compass-style.org/). For more information, visit the official site at http://www.52framework.com === Installation gem install compass-52-plugin === Getting Started To create a Compass project using 52 Framework, enter: compass create -r fiftytwo my_project --using 52 The above command will generate a +styles.sass+ file with the framework stylesheets included. === Populating the Grid To set an element as a row, use the +row+ mixin: header @include row If the row is an inner row (a row inside another row), use +row+ with parameter setted as +true+: header .left-block @include row(true) To calculate column widths, use the +column+ mixin specifying the number of columns as the parameter: article @include column(5)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compass-52-plugin-0.2 | README.rdoc |