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

Content of purgecss documentation

Results 7 purgecss-docs issues
Sort by recently updated
recently updated
newest added
trafficstars

Since `extract-text-webpack-plugin` is deprecated, it would be great to provide an update-to-date example using the recommended `mini-css-extract-plugin`. Also, in the readme there is a link to an example, but it...

When building with the eject method in React, it will result in the error `EISDIR: illegal operation on a directory`. The solution to this is to add the `nodir` option,...

Hello, Is there a way to ignore imported css files. I've tried the following but it doesn't seem to work :( ```css /*styles.css*/ /* purgecss start ignore */ @import "~react-datepicker/dist/react-datepicker.css";...

Update the CLI reference to mention that the opter options will override the values from the configuration file.

I feel like the documentation for WordPress could be a little more meatier. I does not mention where these snippets should be added. If I might add. I expect it...

help wanted

**Is your feature request related to a problem? Please describe.** pseudo-elements like `:before` are considered as children e.g selector: `i.flag.us:before` When I wanted whitelist selectors connected with flag icons which...

It would be so much easier if I could whitelist all rules from a file instead of having to specify the rules individually. My usecase is that I have a...