We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d893bb8 + c369972 commit cb5829bCopy full SHA for cb5829b
src/models/ComponentStyle.js
@@ -10,6 +10,7 @@ export default (nameGenerator) => {
10
class ComponentStyle {
11
constructor (rules) {
12
this.rules = rules
13
+ stylis.set({ keyframe: false })
14
if (!styleSheet.injected) styleSheet.inject()
15
this.insertedRule = styleSheet.insert('')
16
}
0 commit comments