With the release of @nuxt/icon 1.0, it's focused solely on non-Tailwind configurations, which is understandable.
While it is a great module, I think using Tailwind to manage the CSS makes the most sense rather than dealing with it in the module itself.
In addition, our options have diverged considerably in light of that difference, so the options for nuxt-icon-tw are now in iconTw
keys now.
In addition, I have removed the scale option in favor of a consistent size option which works across Nuxt.config.ts, app.config.ts and the Icon component property (each overriding the earlier).
🚀 Enhancements
🏡 Chore
- V1.0 prep (c831ef2)