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 199199int = unsafeCoerce
200200
201201num
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." )
203203 => Number
204204 -> StyleProperty
205205num = unsafeCoerce
@@ -533,4 +533,4 @@ toUnitWith4 :: forall a. (a -> String) -> String -> a -> a -> a -> a -> StylePro
533533toUnitWith4 f s a b c d = toUnitWithN f s [a, b, c, d]
534534
535535toUnitWithN :: 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