forked from AuroraMiddleware/gtk
1a213679bd
Functions should not have a space before the opening parenthesis. So change output like alpha (@color, 0.5) to alpha(@color, 0.5) and do the same for "shade" and "mix". Tests have been updated accordingly.
2 lines
55 B
CSS
2 lines
55 B
CSS
@define-color color shade(@blue, 0.69999999999999996);
|