mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-21 04:17:53 -05:00
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
// Fixed (940px)
|
|
#grid > .core(@gridColumnWidth, @gridGutterWidth);
|
|
|
|
// Fluid (940px)
|
|
#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth); |