purgecss
purgecss copied to clipboard
Remove unused CSS
I'm trying to prevent some files from being scanned by `gulp-purgecss`, but it does not seem to recognize the `skippedContentGlobs` option. This is the relevant configuration on my Gulp tasks:...
This is relatively minor, so I'm going to skip the template. Hope that's okay. I opened this issue on TailwindCSS: https://github.com/tailwindlabs/tailwindcss/issues/3770#issuecomment-801570385 tl;dr: PurgeCSS should warn if globs don't match any...
What about making this compatible with gulp-sourcemaps so a sourcemap with original source files can be generated?
Updating `@fullhuman/postcss-purgecss` to v2.x causes the plugin not to use `purgecss.config.js`anymore for some reason. You can find a live example of this issue in this automated PR: https://github.com/hacknug/tailwindcss-parcel-boilerplate/pull/82 This used...
I recently updated `purgecss-webpack-plugin` from 1.6 to 3.0.0 and noticed that `smp` can't any longer deduce the plugin name and return `(unable to deduce plugin name)`. the responsible code for...
**Describe the bug** I see the PurgeCSS options in https://purgecss.com/guides/vue.html#use-the-vue-cli-plugin but don't know which file to write them in.
**Is your feature request related to a problem? Please describe.** I'm curently trying to make some optimisation of LCP and purging seems to be a good solution. But i'll like...
**Describe the bug** First of all, i love your plugin. It works really good. After working with some libraries like 'leaflet' that has pure css or some libraries using less...
To use purge-css in the same way everywhere, it could be nice to use `purgecss.config.js` for the Webpack plugin. The best option would even be to deep merge both option...
**Describe the bug** In a Symfony project using Encore to serve a React app, only some of the classes in {js, jsx, ts, tsx} files are picked up. **To Reproduce**...