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 Hi, I'm having this kind of error below when trying this plugin ### To Reproduce gulp config ``` function compileSass() { return gulp .src(paths.styles.src) .pipe($.purgecss({ content:...

bug

### Purgecss not purging bootstrap .js I'm using customized bootstrap while using gulp-purgecss plugin to purge excess css However it seems like it doesn't look into the javascript files, for...

bug

### Describe the bug Not sure if this is in the responsibility of PurgeCSS, but when I have this SCSS file: ```scss @import "bootstrap/scss/bootstrap"; /* purgecss start ignore */ .rte...

bug

### Describe the bug A `:hover` in a nested rule is reported as useless. ### To Reproduce - `package.json` ```JSON { "name": "testcase", "version": "1.0.0", "type": "module", "dependencies": { "purgecss":...

bug

### Describe the bug When i want to insert cli in my package.json, purgecss not recognized $@ it just comment this: No matches found: "./apps/$@/build/static/css/*.css" ### To Reproduce Step1. install...

bug

### Describe the bug "@fullhuman/postcss-purgecss": "^3.0.0" The stitched css is not loaded :class="`sign-btn sign-btn-${signBtnConfig.class}`" At this time, the value of signBtnConfig.class is 'default' The sign-btn-default style I defined in style...

bug

### Describe the bug Hey folks, I am working on a react component library and trying to remove unused css from my final bundle. Stack: React, tailwind, .less Only having...

bug

### Describe the bug If you install `purgecss-from-js` from it exports an empty Object. ### To Reproduce It appears that the build is broken and the dist file is not...

bug

### Describe the bug So I have wrapped a vue3 application into HTMLElement and put it into a shadowRoot there. Because of this, the Styles are now loaded in a...

bug

### Describe the bug When I set my project to ESM (`"type": "module"` in `package.json`), the import of `@fullhuman/postcss-purgecss` in my build script has the wrong type. I have to...

bug