postcss-purgecss icon indicating copy to clipboard operation
postcss-purgecss copied to clipboard

PostCSS plugin for purgecss

Results 15 postcss-purgecss issues
Sort by recently updated
recently updated
newest added

there is a mono repo now in place, this one is found here: https://github.com/FullHuman/purgecss/tree/master/packages/postcss-purgecss I just got confused about this a little bit, would be helpful to close this repo...

Currently you can only supply options to the plugin with an object. It would be useful if you could also pass a function and call the given `setPurgeCssOptions` callback to...

I want CSS tree shaking. Without using VUE it works well by using purgecss-webpack-plugin. But i want VUE supporting CSS tree shaking,so I choose postcss-purgecss.But STILL DON'T WORK here is...

## The dependency [purgecss](https://github.com/FullHuman/purgecss) was updated from `1.4.2` to `2.0.3`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

Hi all Got a very strange one here - when I run PurgeCSS, I am seeing more CSS classes being removed then I expect. I currently have a set up...

Hey guys, I'm trying to use purgecss with my Webpack by using postcss but nothing's happening. I'm sure though that postcss is working fine since I tried other plugins like...

Hello, Im using `purgecss` (in `webpack`, via `postcss-loader`) in a big project that has 3 different layouts: `old`, `transition` and `new`. `Old` and `transition` i would like to keep intact,...

help wanted

Purge css is removing textarea styles but all others seem to work ### Package.json ``` { "name": "spike-starter-theme", "version": "1.0.0", "description": "Starter theme for WordPress made for Northern Media Developers...

Before you open an issue, please check if a similar issue already exists or has been closed before. **Describe the bug** Building a site with Gatsby. Using PurgeCSS as a...

Hi, is there some example of how to output rejected to file. Thanks.