Open jvliwanag opened 3 months ago
yeah, this makes sense, this comment has been in the codebase a long time:
https://github.com/jaredh159/tailwind-react-native-classnames/blob/master/src/resolve/color.ts#L84
not sure when i'll get to it though, but i'd be open to a PR for sure
Ah great. Will open a PR in the coming days.
Currently, arbitrary colors are only supported for
#
,rgb
, andrgba
. It should make sense to supporthsl
,hsla
, andhwb
as well since react native already supports them natively as per docs.