nuxt-modules / tailwindcss

Tailwind CSS module for Nuxt

Home Page:https://tailwindcss.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why are unused styles not cleared?

champ7champ opened this issue · comments

nuxt.config

image image tailwind.config.js

You need not do any of this configuration by yourself as this module adds the paths properly resolved.

You should share a reproduction to provide context of what styles you're talking about that is unused.

You need not do any of this configuration by yourself as this module adds the paths properly resolved.

You should share a reproduction to provide context of what styles you're talking about that is unused.

I need tailwind to generate only those styles that I use in the project, but it rolls out absolutely all the styles for me

Again, please provide a reproduction on this - it may be due to your CSS directives, content detections, or autoimports, etc.

Nuxt 3

image image image

I think what you're willing to do is - nuxt/ui#877 (comment)