We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b630310 commit 7767eeeCopy full SHA for 7767eee
foundation-grid/main.scss
@@ -11,8 +11,10 @@
11
// --------------
12
13
$global-width: rem-calc(1280) !default;
14
-$global-text-direction: ltr !default;
+$grid-column-count: 12;
15
$global-flexbox: false !default;
16
+
17
+$global-text-direction: ltr !default;
18
$global-left: if($global-text-direction == rtl, right, left);
19
$global-right: if($global-text-direction == rtl, left, right);
20
@@ -32,7 +34,6 @@ $breakpoint-classes: (small medium large);
32
34
// -----------
33
35
36
$grid-row-width: $global-width;
-$grid-column-count: 12;
37
$grid-column-gutter: (
38
small: 20px,
39
medium: 30px,
0 commit comments