Brad Cornes
Brad Cornes
Thanks @apolzon, I will get this sorted this week
Hey @jblachly. We have now reviewed all of the dropdown panels across Tailwind UI. We have added `z-10` to the panels as a sensible default, but you may still need...
Hey @aerni90. I’ve had a quick look at this and I quite like it. I’ll have a go at implementing it and potentially update the plugin to use this method...
I don’t think it’s possible for the same reason you can’t use `@apply` with responsive variants of Tailwind class names such as `sm:w-full` – the fluid utilities also contain media...
Nice spot @pandroid! This oversight has happened because some class names do use a hyphen (e.g. `rounded-t-sm`) and some don’t (e.g. `pr-3`). I agree that the plugin should generate vertical...
Thanks for reporting and investigating @crammag! This will be fixed in the next release 👍
Hey @Kcko, are you able to share your project?
> _Thx for fast reply. Its not a possible, its private paid project._ Ok no problem! Do you see anything in the output panel? (`Tailwind CSS: Show Output` command)
Ah I see. If you cannot see the command at all that means that the extension cannot find your Tailwind config file. Some things to check: - Check you have...
What does your full VS Code settings JSON look like?