Skip to content

Instantly share code, notes, and snippets.

@YogiZoli
Created April 24, 2012 02:36
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 YogiZoli/2475677 to your computer and use it in GitHub Desktop.
Save YogiZoli/2475677 to your computer and use it in GitHub Desktop.
Semeantic Less for Bootstrap
.col (@col) {
#gridSystem > .gridColumn(@gridGutterWidth);
#gridSystem > .columns(@gridGutterWidth, @gridColumnWidth, @gridRowWidth, @col);
}
.fluidcol (@fluidcol) {
#gridSystem > .gridColumn(@fluidGridGutterWidth);
#gridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, @fluidGridRowWidth, @fluidcol);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment