From 29470f4c9880a3ec707a35baddbc2341c5bb0959 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 4 Jul 2024 12:21:44 +0200 Subject: Add t-50 --- src/_themes.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/_themes.scss b/src/_themes.scss index ec9c9e4..8296064 100644 --- a/src/_themes.scss +++ b/src/_themes.scss @@ -15,6 +15,10 @@ $static-themes: 'black' 'white' !default; background-color: fn.global-color(--bg-l2); } +@include iro.bem-theme('50') { + background-color: fn.global-color(--base --50); +} + @each $theme in $static-themes { @include iro.bem-theme(static-#{$theme}) { color: fn.global-color(--#{$theme}-transparent --800); -- cgit v1.2.3-54-g00ecf