summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/scss/variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/scss/variables.scss')
-rw-r--r--theme-compiler/tests/resources/scss/variables.scss20
1 files changed, 0 insertions, 20 deletions
diff --git a/theme-compiler/tests/resources/scss/variables.scss b/theme-compiler/tests/resources/scss/variables.scss
deleted file mode 100644
index 2448aaddb9..0000000000
--- a/theme-compiler/tests/resources/scss/variables.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-$blue: #3bbfce;
-$margin: 8px;
-$chameleon-font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
-$font: 12px;
-
-.content-navigation {
- border-color: $blue;
- $blue: #0000ff;
- color: $blue;
- color1: darken($blue, 9%);
- font-family: $chameleon-font-family;
- $font-size: $font;
- font-size: $font-size;
-}
-
-.border {
- padding: $margin;
- margin: $margin;
- border-color: $blue;
-} \ No newline at end of file