mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
|
// Fixed (940px)
|
||
|
#grid > .core(@gridColumnWidth, @gridGutterWidth);
|
||
|
|
||
|
// Fluid (940px)
|
||
|
#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth);
|