You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to manage theme and css via emotion; this could enable some nice features like:
as prop
Native support of hardcoded css values (right now, only theme values are accepted => we can't work with dynamic colors sent by the api or defined by the user for example)
Alias support (not sure), so using h or height is the same
The idea is to manage theme and css via emotion; this could enable some nice features like:
as
proph
orheight
is the sameUsage:
Maybe using something like emotion could help (see https://emotion.sh/docs/styled#as-prop)
The text was updated successfully, but these errors were encountered: