diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_utils.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index 3a36a2a..3c5ed8c 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
@@ -64,10 +64,18 @@ $dirs: ( | |||
64 | text-align: center; | 64 | text-align: center; |
65 | } | 65 | } |
66 | 66 | ||
67 | @include iro.bem-utility('c-fg') { | ||
68 | color: fn.color(--fg); | ||
69 | } | ||
70 | |||
67 | @include iro.bem-utility('c-muted') { | 71 | @include iro.bem-utility('c-muted') { |
68 | color: fn.color(--fg-hi); | 72 | color: fn.color(--fg-hi); |
69 | } | 73 | } |
70 | 74 | ||
75 | @include iro.bem-utility('c-muted-hi') { | ||
76 | color: fn.color(--fg-hi2); | ||
77 | } | ||
78 | |||
71 | @include iro.bem-utility('w-100') { | 79 | @include iro.bem-utility('w-100') { |
72 | width: 100%; | 80 | width: 100%; |
73 | } | 81 | } |