summaryrefslogtreecommitdiffstats
path: root/src/objects/_heading.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/_heading.scss')
-rw-r--r--src/objects/_heading.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss
index eed30e8..d3b9e92 100644
--- a/src/objects/_heading.scss
+++ b/src/objects/_heading.scss
@@ -1,8 +1,8 @@
1@use 'sass:map'; 1@use 'sass:map';
2@use 'sass:meta'; 2@use 'sass:meta';
3@use 'sass:string'; 3@use 'sass:string';
4@use 'iro-sass/src/bem'; 4@use 'pkg:iro-sass/bem';
5@use 'iro-sass/src/props'; 5@use 'pkg:iro-sass/props';
6@use '../props' as *; 6@use '../props' as *;
7 7
8@forward 'heading.vars'; 8@forward 'heading.vars';
@@ -66,7 +66,7 @@
66 @each $theme in map.keys(props.get(vars.$static-themes)) { 66 @each $theme in map.keys(props.get(vars.$static-themes)) {
67 @include bem.modifier(string.slice($theme, 3)) { 67 @include bem.modifier(string.slice($theme, 3)) {
68 color: props.get(vars.$static-themes, $theme, --text-color); 68 color: props.get(vars.$static-themes, $theme, --text-color);
69 69
70 @each $mod, $value in vars.$sizes { 70 @each $mod, $value in vars.$sizes {
71 @include bem.modifier($mod) { 71 @include bem.modifier($mod) {
72 color: props.get(vars.$static-themes, $theme, --#{$mod}, --text-color); 72 color: props.get(vars.$static-themes, $theme, --#{$mod}, --text-color);
@@ -81,7 +81,7 @@
81 transparent props.get(vars.$bg-end)); 81 transparent props.get(vars.$bg-end));
82 } 82 }
83 83
84 @include bem.modifier('display') { 84 @include bem.modifier('display') {
85 @each $mod, $value in vars.$sizes { 85 @each $mod, $value in vars.$sizes {
86 @include bem.modifier($mod) { 86 @include bem.modifier($mod) {
87 color: props.get(vars.$static-themes, $theme, --display, --#{$mod}, --text-color); 87 color: props.get(vars.$static-themes, $theme, --display, --#{$mod}, --text-color);