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.
1 parent 2167985 commit 5b5f514Copy full SHA for 5b5f514
src/constructors/keyframes.js
@@ -17,6 +17,7 @@ export default css => {
17
18
const animation = makeAnimation(name, css)
19
20
+ if (!StyleSheet.injected) StyleSheet.inject()
21
StyleSheet.insert(animation)
22
23
return name
0 commit comments