diff options
Diffstat (limited to 'theme-compiler/tests/resources/scss/compass-test/compass-import.scss')
-rw-r--r-- | theme-compiler/tests/resources/scss/compass-test/compass-import.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/scss/compass-test/compass-import.scss b/theme-compiler/tests/resources/scss/compass-test/compass-import.scss new file mode 100644 index 0000000000..36d041b33c --- /dev/null +++ b/theme-compiler/tests/resources/scss/compass-test/compass-import.scss @@ -0,0 +1,4 @@ +@import "compass"; +.badError { + border-width: 3px; +} |