From cc7d382fd068faa15f7c71f154b91590fcb89e73 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 30 Jun 2024 11:14:14 +0200 Subject: Fix static theme --- src/_themes.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/_themes.scss') diff --git a/src/_themes.scss b/src/_themes.scss index 6fcf83b..ec9c9e4 100644 --- a/src/_themes.scss +++ b/src/_themes.scss @@ -16,7 +16,7 @@ $static-themes: 'black' 'white' !default; } @each $theme in $static-themes { - @include iro.bem-theme($theme) { - color: fn.global-color(--#{$theme}-transparent --800), + @include iro.bem-theme(static-#{$theme}) { + color: fn.global-color(--#{$theme}-transparent --800); } } -- cgit v1.2.3-54-g00ecf