summaryrefslogtreecommitdiffstats
path: root/sass/tests/resources/css/variables.css
diff options
context:
space:
mode:
Diffstat (limited to 'sass/tests/resources/css/variables.css')
-rw-r--r--sass/tests/resources/css/variables.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/sass/tests/resources/css/variables.css b/sass/tests/resources/css/variables.css
new file mode 100644
index 0000000000..d54ae6cd30
--- /dev/null
+++ b/sass/tests/resources/css/variables.css
@@ -0,0 +1,12 @@
+.content-navigation {
+ border-color: #3bbfce;
+ color: #0000ff;
+ color1: #0000d1;
+ font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+}
+
+.border {
+ padding: 8px;
+ margin: 8px;
+ border-color: #3bbfce;
+} \ No newline at end of file