nuxodin / ie11CustomProperties

CSS variables (Custom Properties) polyfill for IE11
MIT License
922 stars 83 forks source link

Wrong value used when chaining properties. #89

Open j-hoffmann opened 3 years ago

j-hoffmann commented 3 years ago

Description
I know this project was discontinued by the autor, but I still wanted to document this issue.

I have one variable which gets its value reassigned in the cascade. When chaining this variable, the new value is not assigned to another variable, rather the original value from is used.

This works fine in other browsers which don't rely on this polyfill (Chrome, Firefox, Edge).

Version
4.1.0

To Reproduce
I was able to create a MVC: https://jsbin.com/nevihozaqe/edit?html,css,output

deleite commented 3 years ago

I realized the same when I tried to use this lib along with gap polyfill. Anyone knows any forks that are updated or another lib similar to this?