Closed thecrypticace closed 2 days ago
This implements backwards compatibility for colors that use the old <alpha-value> feature from v3. We can do this by replacing <alpha-value> with 1 because we use color-mix to actually apply opacity modifiers in v4.
<alpha-value>
1
color-mix
This implements backwards compatibility for colors that use the old
<alpha-value>
feature from v3. We can do this by replacing<alpha-value>
with1
because we usecolor-mix
to actually apply opacity modifiers in v4.