Skip to content
New issue

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

Intellisense plugin incorrectly flagging responsive variant as invalid #324

Closed
lukebennett88 opened this issue May 13, 2021 · 1 comment
Closed

Comments

@lukebennett88
Copy link

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)

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.

@bradlc bradlc closed this as completed in 4cee488 May 17, 2021
@bradlc
Copy link
Contributor

bradlc commented May 17, 2021

Thanks for reporting @lukebennett88. This is fixed in v0.6.4 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants