NuxtN
Nuxt17mo ago
Timmmy

NuxtUI Error: [vite-node] [ERR_LOAD_URL] #tailwind-config/theme/colors

I am trying to use NuxtUI with Tailwind css and keep getting this error:
ERROR  Pre-transform error: Failed to resolve import "#tailwind-config/theme/colors" from "node_modules/@nuxt/ui/dist/runtime/plugins/colors.js?v=e2049a4c". Does the file exist?


This is my tailwind-config:
module.exports = {
    theme: {
        extend: {
            colors: {
                red: {
                    logo: '#d22c24',
                },
            }
        },
    },
}
Was this page helpful?