jsdom / cssstyle

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

keep property definition using calc and var #141

Closed ericminio closed 2 years ago

ericminio commented 3 years ago

Hi, I would like to keep the property's definition for top, left, and width when using calc and var. Not interested in computed actual values. Cheers

ericminio commented 3 years ago

Included color focus of #127 from @snowystinger