diff options
| author | Volpeon <git@volpeon.ink> | 2023-02-25 12:09:24 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-02-25 12:09:24 +0100 |
| commit | ab162c995e0c9020dde470a2366d44a5281a3fd6 (patch) | |
| tree | a80d122fcb9f7fca715b7338511c4c1ce38bd58e | |
| parent | Add u-mt-neutralize (diff) | |
| download | iro-design-ab162c995e0c9020dde470a2366d44a5281a3fd6.tar.gz iro-design-ab162c995e0c9020dde470a2366d44a5281a3fd6.tar.bz2 iro-design-ab162c995e0c9020dde470a2366d44a5281a3fd6.zip | |
Added utils
| -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 | } |
