adjust-color alpha not processes correctly
-
The $alpha value is not processes correctly.
For example
adjust-color($color_red, $alpha: 0.05);
is output asbackground: rgba(226, 5, 23, 0,05);
The alpha value has a comma value instead of a dot.
The problem is introduced in the latest update 1.2.6
______________
EDIT: I have updated the plugin manually to the 2.0.0 release and the problem seems to be solved
- The topic ‘adjust-color alpha not processes correctly’ is closed to new replies.