about summary refs log tree commit diff
path: root/app/javascript/styles/variables.scss
diff options
context:
space:
mode:
authoryhirano <yhirano@me.com>2017-05-08 03:47:31 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-07 20:47:31 +0200
commitd63c291f86b1608a01322f1d8c1652361ea1dc8a (patch)
treeb9d6f89410a212d8b830f956af84189d01222ad0 /app/javascript/styles/variables.scss
parent6ad19036e3b744c6ae7c19627c569da79ffdb726 (diff)
Enable CodeClimate SCSS Lint checks (#2886)
* add scss_lint to Gemfile

* add .scss-lint.yml

* fix warnings of scss-lint

* chmod -x styles/variables.scss

* Enable CodeClimate SCSS Lint checks
Diffstat (limited to 'app/javascript/styles/variables.scss')
-rw-r--r--[-rwxr-xr-x]app/javascript/styles/variables.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/styles/variables.scss b/app/javascript/styles/variables.scss
index 0dded90b0..76b58426a 100755..100644
--- a/app/javascript/styles/variables.scss
+++ b/app/javascript/styles/variables.scss
@@ -6,3 +6,5 @@ $color5: #ffffff !default; // white
 $color6: #df405a !default; // error red
 $color7: #79bd9a !default; // succ green
 $color8: #000000 !default; // black
+$color9: #ff5050 !default; // red
+$color10: #ca8f04 !default; // dark goldenrod