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 type support seems great for the system-ui properties that we are configuring ourselves. Is there a way to achieve the same thing for display, alignItems and all the other css properties?
The text was updated successfully, but these errors were encountered:
I did some research on this, it is actually how Typescript works, which is sad and we should find a workaround. Here is the thread: microsoft/TypeScript#29729 (comment)
It is really weird though, cause I did have the types at some point.... hm.
Though to improve typing speed I am considering just running our own typing for CSS
The type support seems great for the
system-ui
properties that we are configuring ourselves. Is there a way to achieve the same thing fordisplay
,alignItems
and all the other css properties?The text was updated successfully, but these errors were encountered: