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 445c0ba..7983bea 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -70,6 +70,14 @@ $dirs: ( | |||
| 70 | text-align: center; | 70 | text-align: center; |
| 71 | } | 71 | } |
| 72 | 72 | ||
| 73 | @include iro.bem-utility('fw-normal') { | ||
| 74 | font-weight: normal; | ||
| 75 | } | ||
| 76 | |||
| 77 | @include iro.bem-utility('c-strong') { | ||
| 78 | color: fn.color(--fg-lo); | ||
| 79 | } | ||
| 80 | |||
| 73 | @include iro.bem-utility('c-fg') { | 81 | @include iro.bem-utility('c-fg') { |
| 74 | color: fn.color(--fg); | 82 | color: fn.color(--fg); |
| 75 | } | 83 | } |
