Is there an easier way to find out what style uses what alias and property? #468
Unanswered
MaxJLerman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to style my application but encountered the famous error:
Argument of type '"[whatever style]"' is not assignable to parameter of type 'TArg'
So I came to the discussions tab and other people noticed the README lacked an updated method on how to figure out what style needed what alias and property.
For example, to use the style "text-sm" I had to:
Why is this process so tedius? Is there no way to make this less time-consuming?
Beta Was this translation helpful? Give feedback.
All reactions