diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 07:55:43 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 07:55:43 +0200 |
| commit | 5216739cf9b084f7388d687b84044f522d267cbf (patch) | |
| tree | 8619118c495fbe8f8aaf6680d1f391990ccb5feb /src/objects/_heading.scss | |
| parent | Use pkg: to import include-media (diff) | |
| download | iro-design-5216739cf9b084f7388d687b84044f522d267cbf.tar.gz iro-design-5216739cf9b084f7388d687b84044f522d267cbf.tar.bz2 iro-design-5216739cf9b084f7388d687b84044f522d267cbf.zip | |
Use iro-sass via pkg:
Diffstat (limited to 'src/objects/_heading.scss')
| -rw-r--r-- | src/objects/_heading.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss index eed30e8..0e8392e 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/src/bem'; |
| 5 | @use 'iro-sass/src/props'; | 5 | @use 'pkg:iro-sass/src/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); |
