Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcalc() causes incorrect re-ordering #385
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CSSO appears to treat properties with
calc()in the value as separate:Unfortunately this causes more than missed optimisation opportunities:
(The width property above relies on order-based precedence and so the output is not equivalent.)
Environment