-
I think users of bonsai.css would stand to gain a lot from setting up [purgecss](https://github.com/FullHuman/purgecss) with their build tool.
JaKXz updated
3 years ago
-
If I use this package in the project that enable PurgeCSS. Most or some of the style that use nested class doesn't rendered.
For example Alert component:
this what it looks if I'm not using Purg…
-
PurgeCSS was purging out some of my CSS that uses an attribute selector, like `input[disabled]`. Is it possible to add attributes to hugo_stats.json so that I can whitelist them?
-
- Organize SCSS
- Use a tool like [PurgeCSS](https://purgecss.com/guides/hugo.html)
-
const Purgecss = require('purgecss')
const fs = require('fs')
const path = require('path')
const outputDir = path.resolve(__dirname,'dist')
const purgecss = new Purgecss({
content:[ 'of…
-
Right now, https://purgecss.com/guides/nuxt.html and https://purgecss.com/guides/vue.html are for v2 of both frameworks. Integration for Vue3 has changed only based on the "defaults", for Nuxt, I've u…
-
Since v1.4.0 has started to include PurgeCSS in Tailwind, is it possible to use the built-in PurgeCSS with Jekyll and update the setup-example files?
I have yet to get this working on my own site o…
-
Without this the CSS triggers 'CSS too large' warnings with ahrefs and PageSpeed when `purgecss: false`.
At present `purgecss: true` with a custom colour scheme uses the perplex built-in colour sch…
-
**Quick, short summary:**
PurgeCSS wrongly removes all classes containing the colon character (i.e. md:w-6) despite them being in use. Could this be due to the colon character being escaped in the ac…
-
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
- […