summaryrefslogtreecommitdiffstats
path: root/src/objects/_action-button.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-10-18 23:40:20 +0200
committerVolpeon <git@volpeon.ink>2024-10-18 23:40:20 +0200
commitdc2a4ea99b535b97bfbf5b6b8d69ec8dab023b10 (patch)
tree47d4d85bc7033bb0f13e8b355f67a7d7f04d74b6 /src/objects/_action-button.scss
parentUpdate (diff)
downloadiro-design-dc2a4ea99b535b97bfbf5b6b8d69ec8dab023b10.tar.gz
iro-design-dc2a4ea99b535b97bfbf5b6b8d69ec8dab023b10.tar.bz2
iro-design-dc2a4ea99b535b97bfbf5b6b8d69ec8dab023b10.zip
Update
Diffstat (limited to 'src/objects/_action-button.scss')
-rw-r--r--src/objects/_action-button.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss
index 129e681..48149b1 100644
--- a/src/objects/_action-button.scss
+++ b/src/objects/_action-button.scss
@@ -1,6 +1,7 @@
1@use 'sass:list'; 1@use 'sass:list';
2@use 'sass:map'; 2@use 'sass:map';
3@use 'sass:meta'; 3@use 'sass:meta';
4@use 'sass:string';
4@use 'iro-sass/src/iro-sass' as iro; 5@use 'iro-sass/src/iro-sass' as iro;
5@use '../props'; 6@use '../props';
6 7
@@ -138,7 +139,7 @@
138 @include -apply-theme(vars.$default-theme); 139 @include -apply-theme(vars.$default-theme);
139 140
140 @each $theme in map.keys(props.get(vars.$themes)) { 141 @each $theme in map.keys(props.get(vars.$themes)) {
141 @include iro.bem-modifier($theme) { 142 @include iro.bem-modifier(string.slice($theme, 3)) {
142 @include -apply-theme(vars.$themes, $theme); 143 @include -apply-theme(vars.$themes, $theme);
143 } 144 }
144 } 145 }