There is an issue with the current polyfill in which the polyfill breaks on dynamically loaded websites on ie11. There is a workaround in the works, where the plan is to make an alternative makeVariantClasses helper, which will only load in ie11 scenarios.
This basically does the variable resolution at runtime and produce classes as needed. Here is the proposal
There is an issue with the current polyfill in which the polyfill breaks on dynamically loaded websites on ie11. There is a workaround in the works, where the plan is to make an alternative makeVariantClasses helper, which will only load in ie11 scenarios.
This basically does the variable resolution at runtime and produce classes as needed. Here is the proposal