Changes to Sass Color Spaces Proposal on Aug 23, 2022
- Define color spaces and channels more clearly,
and update to reflect latest spec.
- Define ‘channel normalization’ in a reusable procedure,
and include is as part of the color component parsing procedure.
- Use channel normalization to simplify color function overloads.
- Define logic for
color.adjust()
and color.scale()
, treating
the none
keyword as a value of 0
.
Sass Color Spaces Proposal »