From 5216739cf9b084f7388d687b84044f522d267cbf Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 22 Jul 2026 07:55:43 +0200 Subject: Use iro-sass via pkg: --- src/scopes/_headings.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/scopes/_headings.scss') diff --git a/src/scopes/_headings.scss b/src/scopes/_headings.scss index 362b116..23623fd 100644 --- a/src/scopes/_headings.scss +++ b/src/scopes/_headings.scss @@ -1,7 +1,7 @@ @use 'sass:map'; @use 'sass:string'; -@use 'iro-sass/src/bem'; -@use 'iro-sass/src/props'; +@use 'pkg:iro-sass/src/bem'; +@use 'pkg:iro-sass/src/props'; @use '../objects/heading.vars' as heading; @mixin styles { @@ -72,14 +72,14 @@ @each $theme in map.keys(props.get(heading.$static-themes)) { @include bem.modifier(string.slice($theme, 3)) { color: props.get(heading.$static-themes, $theme, --text-color); - + @each $mod, $value in heading.$sizes { #{map.get($-size-map, $mod)} { color: props.get(heading.$static-themes, $theme, --#{$mod}, --text-color); } } - @include bem.modifier('display') { + @include bem.modifier('display') { @each $mod, $value in heading.$sizes { #{map.get($-size-map, $mod)} { color: props.get(heading.$static-themes, $theme, --display, --#{$mod}, --text-color); -- cgit v1.3.1