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
Before, keyframe rules would be prefixed, and become invalid css:
```
@Keyframes animation {
.prefix from {
}
.prefix to {
}
}
```
Now, keyframes are ignored when prefixing.
0 commit comments