We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey Brad (and Tailwind Labs team).
I created a utility class today like this:
@layer utilities { @variants responsive { .writing-mode-vertical-lr { writing-mode: vertical-lr; } } }
This is valid and event mentioned in the docs.
Unfortunately VS Code gives me the following error message: The variant 'responsive' does not exist. Did you mean 'rtl'?(invalidVariant)
The variant 'responsive' does not exist. Did you mean 'rtl'?(invalidVariant)
I'm pretty sure this is a bug introduced in the recent release from a few days ago, as I've written code like this before without getting a warning.
The text was updated successfully, but these errors were encountered:
4cee488
Thanks for reporting @lukebennett88. This is fixed in v0.6.4 👍
v0.6.4
Sorry, something went wrong.
No branches or pull requests
Hey Brad (and Tailwind Labs team).
I created a utility class today like this:
This is valid and event mentioned in the docs.
Unfortunately VS Code gives me the following error message:
The variant 'responsive' does not exist. Did you mean 'rtl'?(invalidVariant)
I'm pretty sure this is a bug introduced in the recent release from a few days ago, as I've written code like this before without getting a warning.
The text was updated successfully, but these errors were encountered: