purgecss icon indicating copy to clipboard operation
purgecss copied to clipboard

Remove unused CSS

Results 107 purgecss issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When creating Web apps, I often use data attribute to pass the value generated from server to JS through HTML....

Feature request

I have a use case where I would love to run purgecss on the browser in a web worker. I have the contents of the various files stored as strings....

Feature request

**Is your feature request related to a problem? Please describe.** I think we miss Svelte in docs website: ![image](https://user-images.githubusercontent.com/41120635/154045860-a81b7b33-dda4-4891-a2f0-069914c7873e.png) **Describe the solution you'd like** Add it.

Feature request

### Describe the bug A bug ### To Reproduce ### CSS ``` .c-card { color: black; } [class*="c-card--ghost"] { color: red; } [class*="c-card--ghost"].c-card--horizontal { color: green; } [class*="c-card--ghost"]:not(.c-card--horizontal.has-media) { color:...

bug

Hello, I have the following **Purge CSS Plugin** configuration in Webpack 4 : ```js new PurgeCssPlugin({ paths: glob.sync(Settings.filesToPurge, { nodir: true }) }) ``` And my source map look like...

### Describe the bug Hello, I found a bug on the plugin. I wanted to use the only option to use the purge only on my 'style' entry. So I...

bug

### Describe the bug When purging my `.pug` files, I notice the class declared before `&attributes` is always purged. ### To Reproduce I have this pug file: ```pug mixin card...

bug

**Describe the bug** I'm trying to purge Bootstrap (v.5 in particular), and in my website I have another CSS file that contains the following rule: ```css @media (hover: none), (pointer:...

bug

Thanks for this plugin first of all. I have used purgecss to remove a lot of redundant css from Bootstrap and Fontawesome. My project is written with pug and saw...

documentation

**Describe the bug** Currently the types for `purgecss-webpack-plugin` describe it as [exporting the plugin as `default`](https://npmfs.com/package/purgecss-webpack-plugin/4.1.3/lib/purgecss-webpack-plugin.d.ts#L48), which isn't true - it exports it as `module.exports` (which in TypeScript is represented...

bug