Plugin doesn't work with Tailwind v3
See original GitHub issueIssue Description
Running this plugin with Tailwind 3 in a Nuxt project gives the following error:
TypeError: Cannot read properties of undefined (reading 'parent')
The plugins documentation on Tailwind mentions different parameters to the plugin()
function between v2 and v3, notably the absence of variants
param (which makes sense considering that all variants are enabled by default in the JIT engine).
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Tailwind plugin doesn't work at all : WEB-51908 - YouTrack
What steps will reproduce the issue? 1. Open/create a project using tailwind 2. Try to use any of the autocompletion 3. Cry when...
Read more >Tailwind v3 PostCSS Plugin: --watch does not rebuild CSS on ...
After updating to Tailwind 3, PostCSS / Tailwind no longer picks up on changes in content (HTML) files until I touch either tailwind.config.js...
Read more >Plugins - Tailwind CSS
Overview. Plugins let you register new styles for Tailwind to inject into the user's stylesheet using JavaScript instead of CSS.
Read more >Tailwind CSS custom addVariant plugin is not working
I'm trying to add a new variant called not-first to the Tailwind toolbelt, but when ...
Read more >Write A Plugin For Tailwind CSS - Egghead.io
In this tutorial, we'll build a Tailwind CSS plugin. Utility-first frameworks like Tailwind can't include every CSS style due to size concerns, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I want to use this plugin, I dont like the way Tailwindcss used to support RTL
I agree that the integrated solution is not as useful as this, it existed as a plugin before this one existed.
i will look into how to add support for v3 (there is another issue with relevant info)