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
132132str = unsafeCoerce
133133
134134int
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." )
136136 => Int
137137 -> StyleProperty
138138int = unsafeCoerce
139139
140140num
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." )
142142 => Number
143143 -> StyleProperty
144144num = unsafeCoerce
You can’t perform that action at this time.
0 commit comments