-
The README says
> TODO
> Create custom PurgeCSS Extractor to optimize for production
> Will require a custom PurgeCSS extractor / function
This issue is intended as a place to discuss that wor…
-
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…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hello Jack!
I've run into an issue with trying to use a more up to date version of Tailwind. Whenever I update `tailwind.config.js` and change the file names from `tailwind-config.js` in `webpack.m…
tmswr updated
5 years ago
-
**Describe the bug**
I have added a package called PurgeCSS to the build process to reduce the amount of unused CSS so that it improves the page load and the Google speed score.
However, curren…
-
If I use tailwind and postcss, should I just use it like I'd use the regular purgecss module?
-
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 is meant for the the purgecss confi…
-
The styling of the don't appear after building the site with npm run build in github workflows and my environment
the the style of
```javascript
``javascript
// some code here after building …
-
## Production Requirements
- [x] **Script**
- [x] create optimized bundle ``colorizer.js`` using Rollup's ``terser`` plugin
- [x] **no source maps**
- [x] **Style**
- [x] compile using ``…
-
### 1. Summary
PurgeCSS generates incorrect paths for the value of `"sources"` source map key.
In my MCVE PurgeCSS generates
```json
"sources":["stylus/KiraStyles.styl"]
```
instead of correct:
`…