Replies: 1 comment 1 reply
-
Well I think I have solved my own problem, I upgraded tailwindcss to version 3 (@nuxtjs/tailwindcss >= 5). It complies now so just need to see if there are any breaking changes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to get DaisyUI working with this template very unsuccessfully.
I install and add daisyui plugin into the
tailwind.config.js
as per below.plugins: [require('daisyui')]
With this alone, when I run dev I get 4 errors
Variant cannot be generated because selector contains no classes.
.The most promising thing I can find relating to this problem is discussed here tailwindlabs/tailwindcss#1833.
I have tired replacing the posscss plugins to match what is discussed as per below but still get the same issue.
This might be too specific of a question but thought I was ask none the less.
Beta Was this translation helpful? Give feedback.
All reactions