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 suggest changing to something like this: theCSS.match(/(--[\w-]+:.+);/g)
Otherwise, rules on the same line as the CSS variable are included in the match, and IE 11 throws exceptions. From there, custom variables will not parse.
The text was updated successfully, but these errors were encountered:
css-variables-polyfill/css-var-polyfill.js
Line 66 in c27cb7e
I suggest changing to something like this:
theCSS.match(/(--[\w-]+:.+);/g)
Otherwise, rules on the same line as the CSS variable are included in the match, and IE 11 throws exceptions. From there, custom variables will not parse.
The text was updated successfully, but these errors were encountered: