ui icon indicating copy to clipboard operation
ui copied to clipboard

[Documentation] How do you configure tailwindcss now it's not in config anymore?

Open ddahan opened this issue 2 years ago • 0 comments

Before Nuxt UI, I used to load tailwindcss module this way in nuxt.config.ts:

  modules: [
    [
      '@nuxtjs/tailwindcss',
      {
        cssPath: '~/assets/css/input.css',
      },
    ],
]

But now, as the documentation asks me to remove this package from dependency and from configuration, where should I provide the related configuration?

Thanks.

ddahan avatar May 18 '23 15:05 ddahan