Skip to content

Commit 7767eee

Browse files
committed
[foundation] - gave vars more logical order
1 parent b630310 commit 7767eee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

foundation-grid/main.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
// --------------
1212

1313
$global-width: rem-calc(1280) !default;
14-
$global-text-direction: ltr !default;
14+
$grid-column-count: 12;
1515
$global-flexbox: false !default;
16+
17+
$global-text-direction: ltr !default;
1618
$global-left: if($global-text-direction == rtl, right, left);
1719
$global-right: if($global-text-direction == rtl, left, right);
1820

@@ -32,7 +34,6 @@ $breakpoint-classes: (small medium large);
3234
// -----------
3335

3436
$grid-row-width: $global-width;
35-
$grid-column-count: 12;
3637
$grid-column-gutter: (
3738
small: 20px,
3839
medium: 30px,

0 commit comments

Comments
 (0)