tailwindlabs/tailwindcss-custom-forms

Nuxt support

xdiegom opened this issue · 2 comments

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:

image

image

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.

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.

@tlgreg Shut 🙀!! You are right, having two configs with same variables confused me hahaha.

Thanks!