Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Closure Stylesheets 1.1.0

Compare
Choose a tag to compare
@iflan iflan released this 06 Nov 14:52
· 140 commits to master since this release

Improvements since 1.0:

  • 270e6f4
    Preserve comments with @license or @preserve in TemplatesCompactPrinter.
  • 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:

  • f2d1877
    #70 Defining and calling mixins from separate files causes "Compiler internal error"

Special thanks to Yves Brissaud (@eunomie) for the new color methods and @hochhaus for reporting bug #70.