aboutsummaryrefslogtreecommitdiff
path: root/scss/tests
diff options
context:
space:
mode:
Diffstat (limited to 'scss/tests')
-rw-r--r--scss/tests/mixins/_auto-import-of-variables-dark.test.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/scss/tests/mixins/_auto-import-of-variables-dark.test.scss b/scss/tests/mixins/_auto-import-of-variables-dark.test.scss
new file mode 100644
index 000000000..f08ae5875
--- /dev/null
+++ b/scss/tests/mixins/_auto-import-of-variables-dark.test.scss
@@ -0,0 +1,7 @@
+// TODO: this file can be removed safely in v6 when `@import "variables-dark"` will be removed at the end of _variables.scss
+
+@import "../../functions";
+@import "../../variables";
+// Voluntarily not importing _variables-dark.scss
+@import "../../maps";
+@import "../../mixins";