csswizardry-grids.less

I’ve forked CSSWizardry-grids, a SASS based grid system, and ported it to LESS. Here is how you would use it:

<div class="grid">
<div class="grid__item one-whole lap-one-half desk-two-thirds">
...
</div>
<div class="grid__item one-whole lap-one-half desk-one-third">
...
</div>
</div>
view raw gistfile1.html hosted with ❤ by GitHub

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.