Update scss lint config

This commit is contained in:
Satyajit Sahoo
2015-08-07 04:59:32 +05:30
parent b753394e53
commit 5b925be14e
3 changed files with 25 additions and 7 deletions
+2
View File
@@ -1,3 +1,5 @@
// scss-lint:disable ColorVariable
@import "functions";
// default color scheme
+4 -4
View File
@@ -10,10 +10,10 @@
border: 0;
$types: (
info: ( $info_fg_color, $info_bg_color ),
warning: ( $warning_fg_color, $warning_bg_color ),
question: ( $question_fg_color, $question_bg_color ),
error: ( $error_fg_color, $error_bg_color ),
info: ($info_fg_color, $info_bg_color),
warning: ($warning_fg_color, $warning_bg_color),
question: ($question_fg_color, $question_bg_color),
error: ($error_fg_color, $error_bg_color),
);