shuriken-ui / nuxt

Nuxt version of Shuriken UI with ready to use components
https://shurikenui.com/
MIT License
139 stars 18 forks source link

refactor(tailwind-config): provide config through tailwind.config #123

Open ineshbose opened 4 weeks ago

ineshbose commented 4 weeks ago

This change should allow the layer to be used with instant HMR enabled in 6.12.0 release of @nuxtjs/tailwindcss.

I've updated this PR to the best of my knowledge from what I could understand about @shuriken-ui/tailwind (I see that it provides the config under presets, so we should be fine), but for a layer, it is always best to provide the config using a separate config file. Let me know if there's anything missing. 🙂