mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03: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);
|