You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing problems with IE11 browser using css variables. So I decided to use this awesome lib to convert CSS variables to normal representation value, to make work in the browser.
But the css is broken after parsing it. It does not work in any browser.
After a time debugging, I noticed a wrong behavior.
I'm facing problems with IE11 browser using css variables. So I decided to use this awesome lib to convert CSS variables to normal representation value, to make work in the browser.
But the css is broken after parsing it. It does not work in any browser.
After a time debugging, I noticed a wrong behavior.
Example:
Without
postcss-css-variables
Using
postcss-css-variables
It seems the string replacement is not working as expected.
I'm using
0.12.0
version.The text was updated successfully, but these errors were encountered: