Nuxt support
xdiegom opened this issue · 2 comments
xdiegom commented
Hi there,
I tried to install this package on a NuxtJS project but I not sure if it is a Nuxt issue with the package. I get this error when I add the plugin on the tailwind.config.js file the way the docs says:
To make sure if it was a problem with my computer, I cloned the repository, run it and it works. So that's why I am not quite sure if there is something missing to make it work with a NuxtJS project.
tlgreg commented
It's a tailwindcss plugin, not a nuxt plugin.
As mentioned in the readme it goes into your tailwind.config.js:
https://github.com/tailwindcss/custom-forms#install
In your screenshot you added it to your nuxt.config.js.

