aboutsummaryrefslogtreecommitdiff
path: root/test/scss/colors1.sass
diff options
context:
space:
mode:
Diffstat (limited to 'test/scss/colors1.sass')
-rw-r--r--test/scss/colors1.sass12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/scss/colors1.sass b/test/scss/colors1.sass
new file mode 100644
index 0000000..4304ff3
--- /dev/null
+++ b/test/scss/colors1.sass
@@ -0,0 +1,12 @@
+@import "colors2";
+
+$color2: #E33224;
+$color4: rgb(195, 60, 190);
+
+$color5: $color2;
+
+$color7: linear-gradient(to left, #0055ff, #7201b2 50%, #f83371);
+$color8: #ff0;
+$color9: #B0B;
+$color10: cornflowerblue;
+$color11: hsla(120, 60%, 70%, 0.3);