jsdom / cssstyle

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

Allow removing indiviual margin/padding properties #162

Closed ska-kialo closed 8 months ago

ska-kialo commented 1 year ago

This should fix https://github.com/jsdom/jsdom/issues/3372 by allowing to set properties like marginTop to an empty string.