-
-
I noticed that the plugin uses the entire bootstrap library, I think it makes sense to clean up excess CSS with PurgeCSS
-
**Is your feature request related to a problem? Please describe.**
I'm importing an NPM module that includes a CSS file. A lot of the classes in that file are caught by PurgeCSS.
**Describe the so…
dmt0 updated
5 months ago
-
Inline into every page?
use chrome to get css coverage?
use purgecss?
https://twitter.com/danielpost/status/1293286796604956673?s=20
-
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 nanocss and autoprefixer …
-
Thanks for the great example, it saved me a bunch of time.
I use a luminus generated project, which manages the package.json from lein, so I can't add scripts to the package.json (or I haven't figu…
-
**Describe the bug**
When you press the 'Update & Build' button, the tailwind css files for admin do not compile, it seems that the purgecss function of tailwindcss does not work for admin
**To Re…
-
tl;dr, for those who don't care why it is better, just follow these steps:
1. install all required dependencies:
```shell
$ yarn add tailwindcss @fullhuman/postcss-purgecss broccoli-source broc…
-
It would be great if stencil-cli could remove used css from production files to help control the size of the files using something like Purgecss.
-
Looks like the last commit was 10 months ago. Is this project still active/maintained and recommended to be used for cleaning up unused CSS in webpack projects? Or is there an alternative that is sugg…