Linting error.

This commit is contained in:
Taloth Saldono 2019-03-09 00:20:49 +01:00
parent 1036813b97
commit feebb349d5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ insert_final_newline = true
indent_style = space
indent_size = 4
[*.{js,html,js,hbs,less}]
[*.{js,html,js,hbs,less,css}]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

View File

@ -43,7 +43,7 @@
.downloaded {
border-left-color: $successColor !important;
&:global(.colorImpaired) {
border-left-color: color($successColor, saturation(+15%)) !important;
}