dart-sass/lib
Jennifer Thakar 6c679e13d4
Support HWB in adjust, change, and scale (#1111)
This adds `$whiteness` and `$blackness` parameters to the `adjust`,
`change`, and `scale` functions in the color module.

In doing so, I generalized the logic for all three functions into a
single `_updateComponents` helper since they all shared a lot of similar
logic for validating their parameters.
2020-10-14 19:45:35 -07:00
..
src Support HWB in adjust, change, and scale (#1111) 2020-10-14 19:45:35 -07:00
sass.dart Remove unused dart:async imports (#1097) 2020-10-05 09:35:03 -07:00