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
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
I've tried to use polyfill-unscoped-next-selector, but it seems that it doesn't recognize 0% as a valid CSS selector, so the SCSS file doesn't compile correctly.
This is especially important for Polymer objects, since most of them have associated keyframes and animations. Is there a workaround for this, or can we get a fix so that the shimming will ignore keyframes rules?
The text was updated successfully, but these errors were encountered:
Just to be clear, when the [material-progress] tags are inserted after the percentages in the keyframes, the rule blows up and the animation refuses to run.
We are currently shimming our SCSS files because ShadowDOM is disabled. However, if we define the following CSS rule,
it will get shimmed to something like
I've tried to use
polyfill-unscoped-next-selector
, but it seems that it doesn't recognize0%
as a valid CSS selector, so the SCSS file doesn't compile correctly.This is especially important for Polymer objects, since most of them have associated keyframes and animations. Is there a workaround for this, or can we get a fix so that the shimming will ignore keyframes rules?
The text was updated successfully, but these errors were encountered: