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 199
199
int = unsafeCoerce
200
200
201
201
num
202
- :: 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." )
202
+ :: Warn (Text " `num ` is deprecated and may be removed in future versions. Prefer `str` or one of the unit combinators like `px` or `em` instead." )
203
203
=> Number
204
204
-> StyleProperty
205
205
num = unsafeCoerce
@@ -533,4 +533,4 @@ toUnitWith4 :: forall a. (a -> String) -> String -> a -> a -> a -> a -> StylePro
533
533
toUnitWith4 f s a b c d = toUnitWithN f s [a, b, c, d]
534
534
535
535
toUnitWithN :: forall a . (a -> String ) -> String -> Array a -> StyleProperty
536
- toUnitWithN f s as = str (String .joinWith " " (map (\a -> f a <> s) as))
536
+ toUnitWithN f s as = str (String .joinWith " " (map (\a -> f a <> s) as))
You can’t perform that action at this time.
0 commit comments