jsdom / cssstyle

A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
MIT License
107 stars 70 forks source link

Add calc support for margin and padding #175

Closed BramMeerten closed 6 days ago

BramMeerten commented 2 months ago

Add support for calc for margin and padding. Other properties such as width, top, ... already support calc.

More properties should support calc, but I haven't included them all in this PR:

This PR should fix https://github.com/jsdom/cssstyle/issues/154

BramMeerten commented 1 month ago

@domenic could you please have a look at this small PR?