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

### Describe the bug ```javascript "use strict"; function e(e) { return e && "object" == typeof e && "default" in e ? e.default : e } let run = false...

bug

Bumps [parse5-htmlparser2-tree-adapter](https://github.com/inikulin/parse5) from 6.0.1 to 7.0.0. Release notes Sourced from parse5-htmlparser2-tree-adapter's releases. v7.0.0 Welcome to [email protected]! ✨ This is a huge release with many changes, features and fixes. From an...

dependencies
javascript

### Describe the bug When writing the following `border: 1px solid rgb(0 8 16 / 0.05)`, the color gets dropped. Happens only when using this syntax, older versions like `rgba(0,8,16,0.05)`,...

bug

**Is your feature request related to a problem? Please describe.** I can't figure out how to remove CSS for pseudo selectors/elements with `blocklist` option. **Describe the solution you'd like.** A...

Feature request

**Is your feature request related to a problem? Please describe.** Now that Tailwind 3 is really close I think we should update Docs for a custom Tailwind extractor that works....

Feature request

**Is your feature request related to a problem? Please describe.** I'm importing an NPM module that includes a CSS file. A lot of the classes in that file are caught...

Feature request

I was trying to modify the `purge-from-svelte` extractor to identify css variables that are used in svelte components but seems that isn't supported in the older extractor return by just...

help wanted
Feature request

I would like for there to be a way that the `purgecss` CLI could read the CSS from stdin. I would like to be able to do something like: tailwind...

Feature request
CLI

**Describe the bug** Using the `purgecss-webpack-plugin` strips out React css module classes. **To Reproduce** Steps to reproduce the behavior: When using the following config with `purgecss-webpack-plugin` I don't see any...

bug

1. I'm selecting more css files within glob and files are in subfolders `css: ['assets/css/**/*.css']` select this files: - assets/css/index.css - assets/css/templates/default.css 2. I'm setting output path - I'm using...

CLI