Answer the question
In order to leave comments, you need to log in
How to remove unused component library css on tailwindcss?
Hello, I created a library of components using tailwindcss, installed it in projects and noticed that the css used in projects (classes) end up in the final assembly of the project, even if the components are not used. Are there any ways to avoid this?
In the config, obviously the content field looks like this:
content: ['./src/**/*.{vue,js}', 'node_modules/@kekw/ui/lib/**/*.{vue,js}'],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question