Skip to content

Commit 3f5230a

Browse files
committed
Rename selector to nested
1 parent 848e222 commit 3f5230a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/React/Basic/Emotion.purs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module React.Basic.Emotion
77
, prop
88
, element
99
, css
10-
, selector
10+
, nested
1111
, merge
1212
, str
1313
, int
@@ -114,8 +114,8 @@ foreign import global :: ReactComponent { styles :: Style }
114114
css :: forall r. Homogeneous r StyleProperty => { | r } -> Style
115115
css = unsafeCoerce
116116

117-
selector :: Style -> StyleProperty
118-
selector = unsafeCoerce
117+
nested :: Style -> StyleProperty
118+
nested = unsafeCoerce
119119

120120
merge :: Array Style -> Style
121121
merge = unsafeCoerce

0 commit comments

Comments
 (0)