File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,13 +132,13 @@ str :: String -> StyleProperty
132
132
str = unsafeCoerce
133
133
134
134
int
135
- :: Warn (Text " `int` is deprecated and may be removed in future versions. Prefer one of the unit combinators like `px` or `em` instead." )
135
+ :: Warn (Text " `int` is deprecated and may be removed in future versions. Prefer `str` or one of the unit combinators like `px` or `em` instead." )
136
136
=> Int
137
137
-> StyleProperty
138
138
int = unsafeCoerce
139
139
140
140
num
141
- :: Warn (Text " `int` is deprecated and may be removed in future versions. Prefer one of the unit combinators like `px` or `em` instead." )
141
+ :: Warn (Text " `int` is deprecated and may be removed in future versions. Prefer `str` or one of the unit combinators like `px` or `em` instead." )
142
142
=> Number
143
143
-> StyleProperty
144
144
num = unsafeCoerce
You can’t perform that action at this time.
0 commit comments