Closed dwarring closed 4 years ago
CSS::Properties currently does this:
perl6 -I . -e'use CSS::Properties; my CSS::Properties $css .= new: :style("font-size: inherit; font-weight:inherit; font-family:times"); say $css' # font:inherit inherit times;
Which is odd. Simplest solution is to avoid consolidating inherit and initial for struct properties
inherit
initial
CSS::Properties currently does this:
Which is odd. Simplest solution is to avoid consolidating
inherit
andinitial
for struct properties