1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[Sass] Add a changelog entry for the alpha stuff.

This commit is contained in:
Nathan Weizenbaum 2009-11-11 21:15:47 -08:00
parent 94c6690eb8
commit b1160fb90b

View file

@ -7,10 +7,19 @@
### Colors
Sass now supports functions that return the values of the
Sass now supports colors with alpha channels,
constructed via the {Sass::Script::Functions#rgba rgba}
and {Sass::Script::Functions#hsla hsla} functions.
Alpha channels are unaffected by color arithmetic.
However, the {Sass::Script::Functions#opacify opacify}
and {Sass::Script::Functions#transparentize transparentize} functions
allow colors to be made more and less opaque, respectively.
Sass now also supports functions that return the values of the
{Sass::Script::Functions#red red},
{Sass::Script::Functions#blue blue},
and {Sass::Script::Functions#green green}
{Sass::Script::Functions#green green},
and {Sass::Script::Functions#alpha alpha}
components of colors.
### Variable Names