aboutsummaryrefslogtreecommitdiff
path: root/less/grid.less
blob: b63005c684e182024da87bb70644b45a44136d1e (plain)
1
2
3
4
5
6
7
8
9
10
//
// Grid system
// --------------------------------------------------


// Fixed (940px)
#grid > .core(@gridColumnWidth, @gridGutterWidth);

// Fluid (940px)
#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth);