Fix sass-lint config (#10982)
This commit is contained in:
parent
fe3bf3b0fc
commit
c672676c03
14 changed files with 80 additions and 306 deletions
|
@ -5,7 +5,7 @@
|
|||
&-description {
|
||||
input {
|
||||
&::placeholder {
|
||||
opacity: 1.0;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,5 +20,5 @@ $highlight-text-color: $classic-highlight-color !default;
|
|||
$action-button-color: #8d9ac2;
|
||||
|
||||
$inverted-text-color: $black !default;
|
||||
$lighter-text-color: darken($ui-base-color,6%) !default;
|
||||
$lighter-text-color: darken($ui-base-color, 6%) !default;
|
||||
$light-text-color: darken($ui-primary-color, 40%) !default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue