mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
10 lines
222 B
Text
10 lines
222 B
Text
//
|
|
// Grid system
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Fixed (940px)
|
|
#grid > .core(@gridColumnWidth, @gridGutterWidth);
|
|
|
|
// Fluid (940px)
|
|
#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth);
|