-
As far as I know there is no more need to import `@fullhuman/postcss-purgecss` and we should use `purge` option in tailwind config. The docs should be updated I guess.
-
I have a question related to best way to work Tailwindcss with stencil js. As we know Stencil Js makes use of Shadow DOM and thats when I run into issues. Importing all Tailwind css into the project, …
-
https://www.purgecss.com/with-postcss
-
CSSが1MBを超えているので[PurgeCSS](https://purgecss.com/)などを使って不要なCSSを削除する
PostCSSに組み込めるはず
-
I am using bootstrap and to avoid getting all unused classes for my build folder, I am also using "postcss-purgecss" which removes unused classnames.
The problem is that webpack does not load my po…
-
Something like
```
theme: {
lineClamp: [2, 3]
},
```
-
**Describe your question**
Are EasyMDE classes namespaced?
What do I (can I) whitelist with PurgeCSS to get it to overlook EasyMDE? As far as I can tell, this isn't a simple task - but perhaps I'm…
-
Hello!
I have the following problem: in production mode css styles are not applied. In development mode everything is ok.
I guess it happens because of Purgecss plugin, which we have only on produc…
ghost updated
2 years ago
-
Hi, thank you for the package!
I am running postcss and webpack together. I was hoping to use this package.
It looks like purgefonts is not used in my pipeline even though I added to postcss.
My …
-
```
const path = require('path');
const glob = require('glob');
const webpack = require('webpack');
const withCSS = require('@zeit/next-css');
const withEslint = require('next-eslint');
const wi…