vechai / vechaiui

A set of high-quality accessible React UI components with the built-in dark mode using Tailwind CSS. Pre-designed headless ui and radix-ui.
https://www.vechaiui.com
MIT License
1.23k stars 66 forks source link

Tailwind CSS VS code plugin breaks on latest version of tailwindcss #77

Open kleo-xhindoli opened 2 years ago

kleo-xhindoli commented 2 years ago

Steps to reproduce

  1. Create a new NextJS app
  2. Install tailwindcss@3.0.24 and configure it according to the docs
  3. Add @vechaiui/core plugin to tailwind.config.js

Observed result

Note that this is an issue only with the VSCode plugin. Everything else seems to be working as expected from what I can tell.

Workaround

Downgrade tailwindcss to v3.0.23 or earlier.

leimantas commented 2 years ago

Have same issue

estudiooka commented 2 years ago