We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have been trying to figure out why I couldn't get intellisense to work within className for the past 30 minutes.
className
It appears that className = "..." does not work, while className="..." does.
className = "..."
className="..."
For clarity's sake: https://sucks-to-b.eu/yNTLBo.mp4
Tailwind: 2.2.16 Extension: 0.7.0 VSCode: 1.61.0-insider
2.2.16
0.7.0
1.61.0-insider
The text was updated successfully, but these errors were encountered:
allow whitespace around class attribute = (#426)
=
d641b8e
Thanks for reporting, this is fixed in v0.7.1 👍
v0.7.1
Sorry, something went wrong.
No branches or pull requests
Have been trying to figure out why I couldn't get intellisense to work within
className
for the past 30 minutes.It appears that
className = "..."
does not work, whileclassName="..."
does.For clarity's sake: https://sucks-to-b.eu/yNTLBo.mp4
Tailwind:
2.2.16
Extension:
0.7.0
VSCode:
1.61.0-insider
The text was updated successfully, but these errors were encountered: