Questions tagged [css-purge]

Introducing a Node JS-based CSS utility that serves as either a command line application or library. It specializes in purging, burning, reducing, shortening, compressing, cleaning, trimming, and formatting surplus, redundant, superfluous, or bloated CSS code.

Having trouble getting Tailwindcss to work with Next.js - what could be causing the configuration issue?

Why is tailwind not displaying correctly in my next.js project? I'm concerned that there might be a problem with my settings. In the styles folder, I have a file called tailwind.css @tailwind base; /* Write your own custom base styles here */ /* Start ...

Can PurgeCSS be implemented with Next.js and module.scss files?

Is there a way to use purgeCSS with component level .scss files (filename.module.scss) in order to remove unused CSS? The hashed classnames make it tricky, especially in a next.js app that heavily relies on module.scss files for styling. This thread here ...