Skip to content

Commit

Permalink
Semanticgrid.less added for using Bootstrap semantically
Browse files Browse the repository at this point in the history
  • Loading branch information
YogiZoli committed Apr 25, 2012
1 parent 6506ede commit 0f1fd0b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions less/semanticgrid.less
@@ -0,0 +1,10 @@
.col (@col) {
#gridSystem > .gridColumn(@gridGutterWidth);
#grid > .columns(@gridGutterWidth, @gridColumnWidth, @gridRowWidth, @col);
}

.fluidcol (@fluidcol) {
#grid > .gridColumn(@fluidGridGutterWidth);
#gridSystem > .columns(@fluidGridGutterWidth, @fluidGridColumnWidth, @fluidGridRowWidth,
@fluidcol);
}

0 comments on commit 0f1fd0b

Please sign in to comment.