To install Sass 1.28.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Add a
color.hwb()
function tosass:color
that can express colors in HWB format.
- Add
color.whiteness()
andcolor.blackness()
functions tosass:color
to get a color's HWB whiteness and blackness components.
- Add
$whiteness
and$blackness
parameters tocolor.adjust()
,color.change()
, andcolor.scale()
to modify a color's HWB whiteness and blackness components.
Dart API
- Add HWB support to the
SassColor
class, including aSassColor.hwb()
constructor,whiteness
andblackness
getters, and achangeHwb()
method.
See the full changelog for changes in earlier releases.