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
When using prefixed @keyframes, such as @-webkit-keyframes { ... }, the globalStyle transformer tries to wrap its inner selectors (from, to, n%, etc) with :global.
Logs
Please include browser console and server logs around the time this bug occurred.
Describe the bug
When using prefixed
@keyframes
, such as@-webkit-keyframes { ... }
, theglobalStyle
transformer tries to wrap its inner selectors (from, to, n%, etc) with:global
.Logs
Please include browser console and server logs around the time this bug occurred.
To Reproduce
As described by @floratmin: https://github.com/floratmin/svelte-autoprefixer-example
See #253
Expected behavior
Prefixed keyframes should work exactly as non-prefixed ones.
The text was updated successfully, but these errors were encountered: