diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 13:00:59 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 13:00:59 +0200 |
| commit | aeed08dc46662a0d70e04bcea612a701633736e7 (patch) | |
| tree | a4077017d3519185ccd9ea08955fccdd737ffe17 /src/objects/_icon.scss | |
| parent | Paths (diff) | |
| download | iro-design-aeed08dc46662a0d70e04bcea612a701633736e7.tar.gz iro-design-aeed08dc46662a0d70e04bcea612a701633736e7.tar.bz2 iro-design-aeed08dc46662a0d70e04bcea612a701633736e7.zip | |
Revert "Paths"
This reverts commit cc5329a5f4d3ea91cac93bc7f9b8f943b7ced226.
Diffstat (limited to 'src/objects/_icon.scss')
| -rw-r--r-- | src/objects/_icon.scss | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/objects/_icon.scss b/src/objects/_icon.scss index 7baa3f8..1d046e0 100644 --- a/src/objects/_icon.scss +++ b/src/objects/_icon.scss | |||
| @@ -1,24 +1,24 @@ | |||
| 1 | @use "sass:meta"; | 1 | @use 'sass:meta'; |
| 2 | @use "pkg:iro-sass/bem"; | 2 | @use 'pkg:iro-sass/src/bem'; |
| 3 | @use "pkg:iro-sass/props"; | 3 | @use 'pkg:iro-sass/src/props'; |
| 4 | @use "../props" as *; | 4 | @use '../props' as *; |
| 5 | 5 | ||
| 6 | @forward "icon.vars"; | 6 | @forward 'icon.vars'; |
| 7 | @use "icon.vars" as vars; | 7 | @use 'icon.vars' as vars; |
| 8 | 8 | ||
| 9 | @mixin styles { | 9 | @mixin styles { |
| 10 | @include materialize-at-root(meta.module-variables("vars")); | 10 | @include materialize-at-root(meta.module-variables('vars')); |
| 11 | 11 | ||
| 12 | @include bem.object("icon") { | 12 | @include bem.object('icon') { |
| 13 | display: inline; | 13 | display: inline; |
| 14 | inline-size: props.get(vars.$size); | 14 | inline-size: props.get(vars.$size); |
| 15 | block-size: props.get(vars.$size); | 15 | block-size: props.get(vars.$size); |
| 16 | vertical-align: props.get(vars.$valign); | 16 | vertical-align: props.get(vars.$valign); |
| 17 | stroke-width: props.get(vars.$stroke-width); | 17 | stroke-width: props.get(vars.$stroke-width); |
| 18 | stroke-linecap: round; | 18 | stroke-linecap: round; |
| 19 | stroke-linejoin: round; | 19 | stroke-linejoin: round; |
| 20 | 20 | ||
| 21 | @include bem.modifier("block") { | 21 | @include bem.modifier('block') { |
| 22 | display: block; | 22 | display: block; |
| 23 | } | 23 | } |
| 24 | } | 24 | } |
