summaryrefslogtreecommitdiff
path: root/scss/tests/files/general/global-variable-exists.css
diff options
context:
space:
mode:
Diffstat (limited to 'scss/tests/files/general/global-variable-exists.css')
-rw-r--r--scss/tests/files/general/global-variable-exists.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/tests/files/general/global-variable-exists.css b/scss/tests/files/general/global-variable-exists.css
new file mode 100644
index 0000000..a614018
--- /dev/null
+++ b/scss/tests/files/general/global-variable-exists.css
@@ -0,0 +1,5 @@
+blockquote {
+ background: lime;
+ color: red;
+ float: right;
+}