diff options
author | Volpeon <git@volpeon.ink> | 2024-10-21 08:16:32 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-21 08:16:32 +0200 |
commit | 4af2a45082f5b23949f083d5600be1ca0f69c096 (patch) | |
tree | d183978d3a37b41e64202b5d46ecab8e4e5efef8 /src/_utils.scss | |
parent | Add no-flush to card-list (diff) | |
download | iro-design-4af2a45082f5b23949f083d5600be1ca0f69c096.tar.gz iro-design-4af2a45082f5b23949f083d5600be1ca0f69c096.tar.bz2 iro-design-4af2a45082f5b23949f083d5600be1ca0f69c096.zip |
Update
Diffstat (limited to 'src/_utils.scss')
-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 3560888..a96666d 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
@@ -124,6 +124,14 @@ $-sizes: ( | |||
124 | justify-content: flex-end; | 124 | justify-content: flex-end; |
125 | } | 125 | } |
126 | 126 | ||
127 | @include iro.bem-utility('tt-upper') { | ||
128 | text-transform: uppercase; | ||
129 | } | ||
130 | |||
131 | @include iro.bem-utility('tt-lower') { | ||
132 | text-transform: lowercase; | ||
133 | } | ||
134 | |||
127 | @include iro.bem-utility('c-heading') { | 135 | @include iro.bem-utility('c-heading') { |
128 | color: props.get(vars.$theme, --heading); | 136 | color: props.get(vars.$theme, --heading); |
129 | } | 137 | } |