[Feature] Tailwind v4 Support for Exported Theme Configuration
Following the update of Tailwind v4, they've removed the config file (tailwind.config.js). Instead, everything, including theme configuration, is moved to the CSS input file with CSS syntax. This made a new problem since this plugin export the theme as a JavaScript file only. Thus, using this plugin for Tailwind V4 isn't that practical anymore since we have to convert the exported JavaScript file into CSS manually.
I'd like to suggest a new feature to select the Tailwind version that support v3 and v4 for the exported theme configuration. This would allow us, developers who work with Tailwind v4, to use the plugin easier.
Here is the reference for the new Tailwind v4 theme configuration: https://tailwindcss.com/docs/theme
Ah, that might be a good idea, will have a look if I can set that up
any update?
Sorry been quiet hectic; It's on my planning to have a look at in October
@raihankr & @nnmax had a look at this but ended up fighting old webpack configs & deprecated dependencies. Might one day take a stab at it again, but today's not that day.