diff options
Diffstat (limited to 'pyblackbird_cc/static/scss/tests/mixins/_auto-import-of-variables-dark.test.scss')
-rw-r--r-- | pyblackbird_cc/static/scss/tests/mixins/_auto-import-of-variables-dark.test.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pyblackbird_cc/static/scss/tests/mixins/_auto-import-of-variables-dark.test.scss b/pyblackbird_cc/static/scss/tests/mixins/_auto-import-of-variables-dark.test.scss new file mode 100644 index 0000000..f08ae58 --- /dev/null +++ b/pyblackbird_cc/static/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"; |