aboutsummaryrefslogtreecommitdiff
path: root/src/scss/objects/_list.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/objects/_list.scss')
-rw-r--r--src/scss/objects/_list.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/scss/objects/_list.scss b/src/scss/objects/_list.scss
index 7e91ef1..e3c3aa1 100644
--- a/src/scss/objects/_list.scss
+++ b/src/scss/objects/_list.scss
@@ -16,7 +16,7 @@ $iota-objs-list-aligned: false;
16 * Type: Boolean 16 * Type: Boolean
17 */ 17 */
18 18
19$iota-objs-list-block: false; 19$iota-objs-list-block: true;
20 20
21 21
22/** 22/**
@@ -26,7 +26,7 @@ $iota-objs-list-block: false;
26 * Type: Boolean 26 * Type: Boolean
27 */ 27 */
28 28
29$iota-objs-list-inline: false; 29$iota-objs-list-inline: true;
30 30
31 31
32/** 32/**
@@ -59,7 +59,10 @@ $iota-objs-list-gutter-default: $iota-global-gutter-default;
59 * Type: Map 59 * Type: Map
60 */ 60 */
61 61
62$iota-objs-list-gutter-extra: (); 62$iota-objs-list-gutter-extra: (
63 'gutter-x3': $baseline-x3,
64 'gutter-x4': $baseline-x4
65);
63 66
64 67
65/** 68/**