-
**Problem**
There are two packages related to your postCSS plugin:
1. [@fullhuman/postcss-purgecss](https://www.npmjs.com/package/@fullhuman/postcss-purgecss)
2. [postcss-purgecss](https://www.…
-
Hi Guys,
first of all you rule!!
I'm trying to use purgecss with tailwind and have cloned this repo and changed directories to /with-purgecss then ran the following and get an error. I'd like to…
-
Hey @JohnathonKoster 👋
First of all, loving your work on this plugin, it's very cool to see how much progress you're making.
Just wanted to highlight a couple of minor issues I've run into. The …
-
### Version
@nuxtjs/tailwindcss: 3.4.2
nuxt: 2.1412
### Reproduction Link
https://github.com/fabianwohlfart/test__tailwind-nuxt-template-string
### Steps to reproduce
install
run genera…
-
Hello, in 2.4 branch the tooltips don't have any background. It seems something is broken here.
It's happening in every 2.4 instance. See the demo: https://dev.cachethq.io/
In 2.3 everything is wo…
-
Just getting into tailwind here; really great work! One thing I find myself repeating are classes like `class="w-8 h-8"`. Not bad, just not DRY. Now I have 2 places to change what's really a semantica…
-
I'm trying to build and run.
My config:
```
buildModules: [
'nuxt-purgecss',
...
],
```
```
build: {
// analyze: true,
crossorigin: true,
extractCSS: true
}
```
Fu…
-
### Share your bug report, feature request, or comment.
To improve and address #2167.
> Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes con…
-
**Describe the bug**
Got into memory exceeded limit error when trying to install the plugin using yarn
**To Reproduce**
Steps to reproduce the behavior:
1. Go to terminal - install
2. Run `yarn…
-
optimize bootstrap in order to reduce size of external files downloaded by browser
- [x] Update Bootstrap
- [x] Use PurgeCSS to reduce Bootstrap files size
- [x] Documentation