summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/scss/imports.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/scss/imports.scss')
-rw-r--r--theme-compiler/tests/resources/scss/imports.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/theme-compiler/tests/resources/scss/imports.scss b/theme-compiler/tests/resources/scss/imports.scss
deleted file mode 100644
index 4d53a120d2..0000000000
--- a/theme-compiler/tests/resources/scss/imports.scss
+++ /dev/null
@@ -1,6 +0,0 @@
-@import "_partial-for-import";
-
-.text {
- font-weight: bold;
- color: $foo;
-}