From 4af2a45082f5b23949f083d5600be1ca0f69c096 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 21 Oct 2024 08:16:32 +0200 Subject: Update --- src/_utils.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/_utils.scss') 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: ( justify-content: flex-end; } + @include iro.bem-utility('tt-upper') { + text-transform: uppercase; + } + + @include iro.bem-utility('tt-lower') { + text-transform: lowercase; + } + @include iro.bem-utility('c-heading') { color: props.get(vars.$theme, --heading); } -- cgit v1.3.1