diff options
Diffstat (limited to 'src/scopes/_headings.scss')
| -rw-r--r-- | src/scopes/_headings.scss | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
| 1 | @use 'sass:map'; | 1 | @use 'sass:map'; |
| 2 | @use 'sass:string'; | 2 | @use 'sass:string'; |
| 3 | @use 'iro-sass/src/bem'; | 3 | @use 'pkg:iro-sass/src/bem'; |
| 4 | @use 'iro-sass/src/props'; | 4 | @use 'pkg:iro-sass/src/props'; |
| 5 | @use '../objects/heading.vars' as heading; | 5 | @use '../objects/heading.vars' as heading; |
| 6 | 6 | ||
| 7 | @mixin styles { | 7 | @mixin styles { |
| @@ -72,14 +72,14 @@ | |||
| 72 | @each $theme in map.keys(props.get(heading.$static-themes)) { | 72 | @each $theme in map.keys(props.get(heading.$static-themes)) { |
| 73 | @include bem.modifier(string.slice($theme, 3)) { | 73 | @include bem.modifier(string.slice($theme, 3)) { |
| 74 | color: props.get(heading.$static-themes, $theme, --text-color); | 74 | color: props.get(heading.$static-themes, $theme, --text-color); |
| 75 | 75 | ||
| 76 | @each $mod, $value in heading.$sizes { | 76 | @each $mod, $value in heading.$sizes { |
| 77 | #{map.get($-size-map, $mod)} { | 77 | #{map.get($-size-map, $mod)} { |
| 78 | color: props.get(heading.$static-themes, $theme, --#{$mod}, --text-color); | 78 | color: props.get(heading.$static-themes, $theme, --#{$mod}, --text-color); |
| 79 | } | 79 | } |
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | @include bem.modifier('display') { | 82 | @include bem.modifier('display') { |
| 83 | @each $mod, $value in heading.$sizes { | 83 | @each $mod, $value in heading.$sizes { |
| 84 | #{map.get($-size-map, $mod)} { | 84 | #{map.get($-size-map, $mod)} { |
| 85 | color: props.get(heading.$static-themes, $theme, --display, --#{$mod}, --text-color); | 85 | color: props.get(heading.$static-themes, $theme, --display, --#{$mod}, --text-color); |
