summaryrefslogtreecommitdiffstats
path: root/tests/sass/resources/scss/var-guarded.scss
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sass/resources/scss/var-guarded.scss')
-rw-r--r--tests/sass/resources/scss/var-guarded.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/sass/resources/scss/var-guarded.scss b/tests/sass/resources/scss/var-guarded.scss
deleted file mode 100644
index 8f7aab8fa9..0000000000
--- a/tests/sass/resources/scss/var-guarded.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-$content: "First content";
-$content: "Second content?" !default;
-$new_content: "First time reference" !default;
-
-#main {
- content: $content;
- new-content: $new_content;
-} \ No newline at end of file