diff options
Diffstat (limited to 'src/objects/_heading.scss')
-rw-r--r-- | src/objects/_heading.scss | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss index e02e0a1..6f5e5b0 100644 --- a/src/objects/_heading.scss +++ b/src/objects/_heading.scss | |||
@@ -42,42 +42,42 @@ | |||
42 | } | 42 | } |
43 | 43 | ||
44 | @include iro.bem-modifier('xxl') { | 44 | @include iro.bem-modifier('xxl') { |
45 | @include mx.heading-strong(fn.global-dim(--heading --lg)); | 45 | @include mx.heading-strong(--lg); |
46 | } | 46 | } |
47 | 47 | ||
48 | @include iro.bem-modifier('xl') { | 48 | @include iro.bem-modifier('xl') { |
49 | @include mx.heading-medium(fn.global-dim(--heading --md)); | 49 | @include mx.heading-medium(--md); |
50 | } | 50 | } |
51 | 51 | ||
52 | @include iro.bem-modifier('lg', 'md', 'sm', 'xs') { | 52 | @include iro.bem-modifier('lg', 'md', 'sm', 'xs') { |
53 | @include mx.heading-faint(fn.global-dim(--heading --sm)); | 53 | @include mx.heading-faint(--sm); |
54 | } | 54 | } |
55 | 55 | ||
56 | @include iro.bem-modifier('display') { | 56 | @include iro.bem-modifier('display') { |
57 | @include mx.set-font(--headline); | 57 | @include mx.set-font(--headline); |
58 | 58 | ||
59 | @include iro.bem-modifier('xxl') { | 59 | @include iro.bem-modifier('xxl') { |
60 | @include mx.heading-strong(fn.global-dim(--heading --display --xxl)); | 60 | @include mx.heading-strong(--display --xxl); |
61 | } | 61 | } |
62 | 62 | ||
63 | @include iro.bem-modifier('xl') { | 63 | @include iro.bem-modifier('xl') { |
64 | @include mx.heading-strong(fn.global-dim(--heading --display --xl)); | 64 | @include mx.heading-strong(--display --xl); |
65 | } | 65 | } |
66 | 66 | ||
67 | @include iro.bem-modifier('lg') { | 67 | @include iro.bem-modifier('lg') { |
68 | @include mx.heading-strong(fn.global-dim(--heading --display --lg)); | 68 | @include mx.heading-strong(--display --lg); |
69 | } | 69 | } |
70 | 70 | ||
71 | @include iro.bem-modifier('md') { | 71 | @include iro.bem-modifier('md') { |
72 | @include mx.heading-strong(fn.global-dim(--heading --display --md)); | 72 | @include mx.heading-strong(--display --md); |
73 | } | 73 | } |
74 | 74 | ||
75 | @include iro.bem-modifier('sm') { | 75 | @include iro.bem-modifier('sm') { |
76 | @include mx.heading-medium(fn.global-dim(--heading --display --sm)); | 76 | @include mx.heading-medium(--display --sm); |
77 | } | 77 | } |
78 | 78 | ||
79 | @include iro.bem-modifier('xs') { | 79 | @include iro.bem-modifier('xs') { |
80 | @include mx.heading-faint(fn.global-dim(--heading --display --xs)); | 80 | @include mx.heading-faint(--display --xs); |
81 | } | 81 | } |
82 | } | 82 | } |
83 | } | 83 | } |