summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/objects/_menu.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_menu.scss b/src/objects/_menu.scss
index fae3207..2e525da 100644
--- a/src/objects/_menu.scss
+++ b/src/objects/_menu.scss
@@ -87,7 +87,7 @@
87 @include iro.bem-elem('icon-slot') { 87 @include iro.bem-elem('icon-slot') {
88 display: flex; 88 display: flex;
89 justify-content: center; 89 justify-content: center;
90 width: 1em; 90 width: fn.foreign-dim(--icon, --size);
91 } 91 }
92 } 92 }
93} 93}