Developmint / nuxt-purgecss

Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js
MIT License
473 stars 19 forks source link

Custom background colors that are not compatible with tailwindcss #196

Open bbhxwl opened 5 months ago

bbhxwl commented 5 months ago
"nuxt": "^3.10.2",
"nuxt-purgecss": "^2.0.0",
"@nuxtjs/tailwindcss": "^6.11.2",

The following code will not display the background color after npm run build

class="bg-[#29B1C7]"