Results 4 comments of Toan Ngo

we have need for this too - can this get merged?

confirmed issue - custom colors don't work, tailwind config file is completely ignored. ``` "@nuxtjs/tailwindcss": "^5.3.2", "nuxt": "3.0.0-rc.8" ```

For anyone that encounters this issue, the temporary fix is transferring the config file into `nuxt.conf.js` instead: ``` export default defineNuxtConfig({ modules: ['@nuxtjs/tailwindcss'], tailwindcss: { config: { ... ... }...