Skip to content

Instantly share code, notes, and snippets.

@quickredfox
Created January 23, 2013 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quickredfox/4611964 to your computer and use it in GitHub Desktop.
Save quickredfox/4611964 to your computer and use it in GitHub Desktop.
World's smallest .LESS grid system.
@full:960;
@half:480;
@third:320;
@fourth:240;
@eighth:120;
@quickredfox
Copy link
Author

usage:

include the grid system in your .less file and use the variables where you need them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment