Skip to content

Commit cb5829b

Browse files
authored
Merge pull request #86 from liqueflies/master
[x] Removed namespace from keyframe
2 parents d893bb8 + c369972 commit cb5829b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/ComponentStyle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default (nameGenerator) => {
1010
class ComponentStyle {
1111
constructor (rules) {
1212
this.rules = rules
13+
stylis.set({ keyframe: false })
1314
if (!styleSheet.injected) styleSheet.inject()
1415
this.insertedRule = styleSheet.insert('')
1516
}

0 commit comments

Comments
 (0)