summaryrefslogtreecommitdiffstats
path: root/src/_props.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-10-22 08:23:33 +0200
committerVolpeon <git@volpeon.ink>2024-10-22 08:23:33 +0200
commit5855a6821cf5585378a70f9bee13563bdbfe2d86 (patch)
tree0ee25906c9e73912137a56b7d6214c89bf43e8a6 /src/_props.scss
parentUpdate (diff)
downloadiro-design-5855a6821cf5585378a70f9bee13563bdbfe2d86.tar.gz
iro-design-5855a6821cf5585378a70f9bee13563bdbfe2d86.tar.bz2
iro-design-5855a6821cf5585378a70f9bee13563bdbfe2d86.zip
Less broad imports
Diffstat (limited to 'src/_props.scss')
-rw-r--r--src/_props.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_props.scss b/src/_props.scss
index 9a1ecec..748d785 100644
--- a/src/_props.scss
+++ b/src/_props.scss
@@ -26,7 +26,7 @@
26 26
27 @each $theme-name in map.keys(config.$themes) { 27 @each $theme-name in map.keys(config.$themes) {
28 @if $theme-name != config.$theme-default { 28 @if $theme-name != config.$theme-default {
29 @include iro.bem-theme($theme-name) { 29 @include bem.theme($theme-name) {
30 @include props.materialize($ref, null); 30 @include props.materialize($ref, null);
31 31
32 @each $breakpoint in map.keys(media.$breakpoints) { 32 @each $breakpoint in map.keys(media.$breakpoints) {