blur-admin
blur-admin copied to clipboard
The operation `#e85656 minus 24` is deprecated and will be an error in future versions. Consider using Sass's color functions instead.
DEPRECATION WARNING on line 41 of C:/Users/admin/Desktop/blur-admin/src/sass/theme/_buttons.scss:
The operation #e85656 minus 24
is deprecated and will be an error in future versions.
Consider using Sass's color functions instead.
error:$color - $hover correct :$color - #{$hover}
Using adjust-color($color, $red: -$hover, $green: -$hover, $blue: -$hover);
instead of the subtraction seems to give me the same result without the deprecation warning.