This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
Closure Stylesheets 1.1.0
Improvements since 1.0:
- 270e6f4
Preserve comments with@license
or@preserve
inTemplatesCompactPrinter
. - 5e681fe
Add extra color methods: saturateColor(color, amount)
desaturateColor(color, amount)
greyscale(color)
lighten(color, amount)
darken(color, amount)
spin(color, hue_angle)
Bugs fixed:
Special thanks to Yves Brissaud (@eunomie) for the new color methods and @hochhaus for reporting bug #70.