summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/scss/mixins.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/scss/mixins.scss')
-rw-r--r--theme-compiler/tests/resources/scss/mixins.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme-compiler/tests/resources/scss/mixins.scss b/theme-compiler/tests/resources/scss/mixins.scss
index db972f6edc..0fbfed6f93 100644
--- a/theme-compiler/tests/resources/scss/mixins.scss
+++ b/theme-compiler/tests/resources/scss/mixins.scss
@@ -13,8 +13,10 @@
border-radius: $radius;
}
+$mixinVar : 1px;
+
.main {
- @include rounded-borders(1px);
+ @include rounded-borders($mixinVar);
@include font-settings;
@include main-details(14px);
}