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

Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 to 12.0.0. Release notes Sourced from commander's releases. v12.0.0 Added .addHelpOption() as another way of configuring built-in help option (#2006) .helpCommand() for configuring built-in help command...

dependencies
javascript

Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter) from 7.22.33 to 7.23.34. Changelog Sourced from @​microsoft/api-documenter's changelog. 7.23.34 Fri, 01 Mar 2024 01:10:08 GMT Version update only 7.23.33 Thu, 29 Feb 2024 07:11:45 GMT Version update...

dependencies
javascript

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
javascript

### Describe the bug I am using server side rendering with react and using webpack & ChunkExtractor to build cssString and html on server side. To purge unused css when...

bug

## Proposed changes When using `variables: true` and a partially modified selector, the result was clearing used variables ## Types of changes - [x] Bugfix (non-breaking change which fixes an...

## Proposed changes > With v0.115.0 and earlier this feature was enabled by setting `writeStats` to `true`. Although still functional, the `writeStats` key will be deprecated in a future release....

### Describe the bug When using a selector like ```css body:has(.green) .conditional-red p { color: red; } ``` The selector is purged even though the styles clearly would apply to...

bug

Bumps [acorn-walk](https://github.com/acornjs/acorn) from 8.2.0 to 8.3.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn-walk&package-manager=npm_and_yarn&previous-version=8.2.0&new-version=8.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
javascript

**Is your feature request related to a problem? Please describe.** I want to run purgecss in a browser or Node.js context, specifically inside a Figma plugin which I think runs...

Feature request

### Describe the bug When the pseudo-class `:where` is a child of `:not` and the selector inside of `:where` is an "unused" selector, it is incorrectly purged. I would also...

bug