Tailwind style like className but in props #88
-
Hello,
I just wish the IDE could offer me all tailwind styles exactly like className but in xs, md and lg.
|
Beta Was this translation helpful? Give feedback.
Answered by
danpacho
Dec 24, 2023
Replies: 1 comment 1 reply
-
after some research on the plugin vs code side, I saw that we could add the style in the Tailwind CSS IntelliSense settings. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes by adding tailwind class attributes, you can get attributes. But if you want whole tailwind class as typescript type, then you can do it like this.