aboutsummaryrefslogtreecommitdiff
path: root/src/scss/objects/_type.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/objects/_type.scss')
-rw-r--r--src/scss/objects/_type.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/scss/objects/_type.scss b/src/scss/objects/_type.scss
index 43a2b9f..7184ab0 100644
--- a/src/scss/objects/_type.scss
+++ b/src/scss/objects/_type.scss
@@ -15,8 +15,15 @@ $iota-objs-type-namespace: 'type-';
15 15
16$iota-objs-type-sizes: ( 16$iota-objs-type-sizes: (
17 16: $type-16, 17 16: $type-16,
18 18: $type-18,
18 20: $type-20, 19 20: $type-20,
20 22: $type-22,
21 24: $type-24,
22 26: $type-26,
19 28: $type-28, 23 28: $type-28,
24 30: $type-30,
25 32: $type-32,
26 34: $type-34,
20 35: $type-35, 27 35: $type-35,
21 80: $type-80 28 80: $type-80
22); 29);