Created
January 23, 2013 19:31
-
-
Save quickredfox/4611964 to your computer and use it in GitHub Desktop.
World's smallest .LESS grid system.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@full:960; | |
@half:480; | |
@third:320; | |
@fourth:240; | |
@eighth:120; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
usage:
include the grid system in your .less file and use the variables where you need them.