-
First of all, thanks for updating the Grunt plugin in regards to the issue with comments FullHuman/purgecss#90 @Ffloriel
Now, I'm having trouble getting the plugin to work with proper extractors t…
-
I'm reporting this related to the issue: https://github.com/lipis/flag-icons/issues/1265 starting from comment: https://github.com/lipis/flag-icons/issues/1265#issuecomment-2209366895
I'm using thi…
-
I've tried to extend the tailwind class in app.scss in `resources/assets/scss/app.scss` but it is throwing error as mentioned in title above.
The snippet:
```
button, [role=button] {
@extend .…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v14.17.6`
- Nuxt Version: `2.15.8`
- Package Manager: `npm@6.14.15`
- Bundler: `Webpack`
- User Config: `ssr`…
-
### 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 assume that `:is` is a…
-
Concat css disalow us to use purgecss in nuxt
```
"plyr-settings-".concat(e.id)
````
-
This repository is great because it simply showcases how to use tailwind with create-react-app without other modules.
I would love just to see these few lines added to the tailwind config file to c…
-
This is my postcss.config.js which is used with webpack.
```
const glob = require('glob-all');
const cssnanoConfig = {
preset: ['default', { discardComments: { removeAll: true } }]
};
modu…
-
I'm having trouble with my script. I have
```
// postcss.config.js
const purgecss = require("@fullhuman/postcss-purgecss")({
// Specify the paths to all of the template files in your project
…
-
I noticed that the plugin uses the entire bootstrap library, I think it makes sense to clean up excess CSS with PurgeCSS