File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,5 @@ exports.global = Emotion.Global;
3636exports . css = _homogeneousDict => Emotion . css ;
3737
3838exports . important = prop => typeof prop === "string" ? prop + " !important" : prop ;
39+
40+ exports . keyframes = _homogeneousDict => Emotion . keyframes ;
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ module React.Basic.Emotion
99 , elementKeyed
1010 , css
1111 , important
12+ , keyframes
1213 , nested
1314 , merge
1415 , str
@@ -134,6 +135,8 @@ foreign import css :: forall r. Homogeneous r StyleProperty => { | r } -> Style
134135
135136foreign import important :: StyleProperty -> StyleProperty
136137
138+ foreign import keyframes :: forall r . Homogeneous r StyleProperty => { | r } -> StyleProperty
139+
137140nested :: Style -> StyleProperty
138141nested = unsafeCoerce
139142
You can’t perform that action at this time.
0 commit comments