postcss / postcss-calc

PostCSS plugin to reduce calc()
MIT License
212 stars 34 forks source link

fix: preserve brackets around functions #159

Closed ludofischer closed 2 years ago

ludofischer commented 2 years ago

Modify the parser to track parenthesized expressions. Keep the parentheses if a function is inside.

Fix #113 Fix #115

I think the top comment in #115 was already working in 8.2; I've added a test to make sure.