diff options
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 | } | 
