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 initially posted this in the Angular project as Issue #1723, but I was told that Polymer owns the CSS shimming code and that I should post it here instead.
We are currently shimming our SCSS files because ShadowDOM is disabled. However, if we define the following CSS rule,
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:
I initially posted this in the Angular project as Issue #1723, but I was told that Polymer owns the CSS shimming code and that I should post it here instead.
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: