File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-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 @@ -8,7 +8,9 @@ module React.Basic.Emotion
88 , element
99 , elementKeyed
1010 , css
11+ , global
1112 , important
13+ , keyframes
1214 , nested
1315 , merge
1416 , str
@@ -134,6 +136,8 @@ foreign import css :: forall r. Homogeneous r StyleProperty => { | r } -> Style
134136
135137foreign import important :: StyleProperty -> StyleProperty
136138
139+ foreign import keyframes :: forall r . Homogeneous r StyleProperty => { | r } -> StyleProperty
140+
137141nested :: Style -> StyleProperty
138142nested = unsafeCoerce
139143
You can’t perform that action at this time.
0 commit comments