mirror of
https://github.com/sstent/node.git
synced 2026-01-28 08:02:05 +00:00
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
// Fixed (940px)
|
|
#grid > .core(@gridColumnWidth, @gridGutterWidth);
|
|
|
|
// Fluid (940px)
|
|
#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth); |