aboutsummaryrefslogtreecommitdiff
path: root/src/scss/objects/_grid.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/objects/_grid.scss')
-rw-r--r--src/scss/objects/_grid.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/scss/objects/_grid.scss b/src/scss/objects/_grid.scss
index 93a3c48..8a18397 100644
--- a/src/scss/objects/_grid.scss
+++ b/src/scss/objects/_grid.scss
@@ -25,7 +25,7 @@ $iota-objs-grid-rev: false;
25 * Default gutter size. Use a number for a single size or 25 * Default gutter size. Use a number for a single size or
26 * a map for a responsive size. 26 * a map for a responsive size.
27 * 27 *
28 * Type: Number / Map 28 * Type: Number / Map
29 */ 29 */
30 30
31$iota-objs-grid-gutter-default: $iota-global-gutter-default; 31$iota-objs-grid-gutter-default: $iota-global-gutter-default;
@@ -42,12 +42,14 @@ $iota-objs-grid-gutter-default: $iota-global-gutter-default;
42 * Type: Map 42 * Type: Map
43 */ 43 */
44 44
45$iota-objs-grid-gutter-extra: (); 45$iota-objs-grid-gutter-extra: (
46 'gutter-x4': $baseline-x4
47);
46 48
47 49
48/** 50/**
49 * Enable / Disable flexbox on grid. 51 * Enable / Disable flexbox on grid.
50 * 52 *
51 * Type: Boolean 53 * Type: Boolean
52 */ 54 */
53 55