mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
//
|
|
// Grid system
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Fixed (940px)
|
|
#grid > .core(@gridColumnWidth, @gridGutterWidth);
|
|
|
|
// Fluid (940px)
|
|
#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth); |