app/webpacker/css/admin/globals/functions.scss
Color white
should be written in hexadecimal form as #ffffff
Open
Open
@if lighten($color, $i) == white and ($i - $adjust) > $adjust {
- Exclude checks
Remove @debug
line Open
Open
@debug "Please correct $adjust value. It should be number and larger then 0. Currently it is '#{type-of($adjust)}' with value '#{$adjust}'";
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@if lighten($color, $i) == white and ($i - $adjust) > $adjust {
- Exclude checks