Trying to disable css minification but keep css purge functionality.
Is there a way to configure cssnano in the Nuxt Config to disable only minification, but keep css purge? Safari is having a problem with some Tailwind CSS styles after a build, and I've narrowed it down to minification. If I disable cssnano completely it works, but I need to keep the purge functionality for Tailwind.
0 Replies