Loading repository data…
Loading repository data…
jshimkoski / repository
Succinct Sass/Compass CSS structuring grid that is all brains and no fluff.
Succinct Sass/Compass CSS structuring grid that is all brains and no fluff.
##Features
_base.scss.g.r.one-whole.one-half.one-third, .two-thirds.one-fourth, .two-fourths, .three-fourths.one-fifth, .two-fifths, .three-fifths, .four-fifths.one-sixth, .two-sixths, .three-sixths, .four-sixths, .five-sixths.one-seventh, .two-sevenths, .three-sevenths, .four-sevenths, .five-sevenths, .six-sevenths.one-eighth, .two-eighths, .three-eighths, .four-eighths, .five-eighths, .six-eighths, .seven-eighths.one-ninth, .two-ninths, .three-ninths, .four-ninths, .five-ninths, .six-ninths, .seven-ninths, .eight-ninths.one-tenth, .two-tenths, .three-tenths, .four-tenths, .five-tenths, .six-tenths, .seven-tenths, .eight-tenths, .nine-tenths.one-eleventh, .two-elevenths, .three-elevenths, .four-elevenths, .five-elevenths, .six-elevenths, .seven-elevenths, .eight-elevenths, .nine-elevenths, .ten-elevenths.one-twelfth, .two-twelfths, .three-twelfths, .four-twelfths, .five-twelfths, .six-twelfths, .seven-twelfths, .eight-twelfths, .nine-twelfths, .ten-twelfths, .eleven-twelfthspush- or pull- to a column class
<div class="one-third push-one-sixth"></div>.pad class for outside padding
<div class="g pad"></div>.gutter class to use gutters
<div class="g gutter"></div>.pad and .gutter together
<div class="g pad gutter"></div><div class="g pad-v gutter-v"></div><div class="g pad-h gutter-h"></div>.respond class
<div class="g respond"></div><div class="g respond pad gutter"></div>.respond grid/row will resize to 50% width.respond grid/row will resize to 100% widthtablet- or phone- to target those devices
<div class="one-fourth tablet-one-third phone-one-whole"></div>.respond class at the grid and/or row level..tablet-hidden, .tablet-offscreen, .phone-hidden, .phone-offscreen.tablet-portrait-one-third, .phone-landscape-two-fifths##Examples
<div class="g">
<div class="r">
<div class="one-whole"></div>
</div>
<div class="r">
<div class="one-third"></div>
<div class="two-thirds"></div>
</div>
</div>
<div class="g respond">
<div class="r">
<div class="one-whole"></div>
</div>
<div class="r">
<div class="one-third"></div>
<div class="two-thirds"></div>
</div>
</div>
<div class="g gutter">
<div class="r">
<div class="one-whole"></div>
</div>
<div class="r">
<div class="one-third tablet-one-half phone-one-whole"></div>
<div class="two-thirds tablet-one-half phone-one-whole"></div>
</div>
</div>
<div class="g pad">
<div class="r">
<div class="one-fourth"></div>
<div class="two-fourths pull-one-sixth"></div>
<div class="one-fourth push-two-thirds"></div>
</div>
</div>
<div class="g pad gutter">
<div class="r">
<div class="one-third pull-two-fifths"></div>
<div class="two-thirds">
<div class="r">
<div class="one-fourth"></div>
<div class="three-fourths pull-one-sixth">
<div class="r respond">
<div class="one-third"></div>
<div class="one-third push-one-half"></div>
<div class="one-third"></div>
</div>
</div>
</div>
</div>
</div>
<div class="r respond">
<div class="one-half"></div>
<div class="one-half"></div>
</div>
</div>
##FAQs
Q: Where can I find the global settings?
A: The global settings are found in the _base.scss file.
Q: Why aren't the responsive features supported on IE 8 and below?
A: Because IE sucks. Those versions of IE aren't found on mobile devices so I wouldn't worry about it.
##Notes
##Additional Info
If you find any bugs or have questions/concerns please let me know.
Thank you for gitting out the word on shimmy-grid! (See what I did there).