-
A regression in v4.6.0 causes CSS files to 404 in the build for pages rendered in Astro's SSR mode.
The feature was working well in v4.5.0 and earlier version.
Side-note: this is a follow-up of …
-
**Is your feature request related to a problem? Please describe.**
I want to run purgecss in a browser or Node.js context, specifically inside a Figma plugin which I think runs in a worker environmen…
-
Hello :)
Le CSS du DSFR arrive à 800k, ça fait un gros paquet à télécharger/parser au démarrage.
Y-a-t-il des pistes pour améliorer ça ?
-
### Housekeeping
- [X] I'm sure this issue is _not_ a duplicate
### Icon Type
- [X] File Icon
- [ ] Folder Icon
### Icon Type
- [ ] Extension
- [X] Filename
- [ ] Language ID
### …
-
I'd appreciate if it was possible to manually out out of each of the processing plugins by passing `disable: false` or something like that. I don't mind them being on by default.
Right now I'm fixi…
-
Heyho!
I'm using Tailwind together with PurgeCSS regularly. One caveat that I notice quite often is long build time when using `modules: 'all'` in the tailwind.js config:
![screenshot from 2018-…
-
PurgeCss is removing some classes but it shouldn't. Classes like `.w-1/2`.
In CSS tailwind is generating class `.w-1/\2`, that's why purgecss couldn't find the class and remove it.
in purgecss we h…
-
Hey folks!
When this library is used in combination with purgecss, it does not properly parse the used classes, so they are not added to the bundled css.
However, it's rather useful for tailwind, …
-
We (will) recommend using purgecss (or other dead css remover) to strip down the great ammount of responsive classes that are not used.
Current attribute selectors are always left in the bundle.
-…
-
When I add the `pb-3` Bootstrap css class on a `` element the hash of the css file and in my manifest.json doesn't change after running `npm run build`.
Using version:
@erbelion/vite-plugin-larave…