nuxt-modules / tailwindcss

Tailwind CSS module for Nuxt
https://tailwindcss.nuxtjs.org
MIT License
1.6k stars 180 forks source link

chore: remove unneeded postcss-custom-properties plugin #836

Closed reesscot closed 1 month ago

reesscot commented 1 month ago

This removes the no longer needed postcss-custom-properties plugin due to almost universal support for CSS Custom Properties in modern browsers: https://caniuse.com/css-variables

Fixes: https://github.com/nuxt-modules/tailwindcss/issues/835

netlify[bot] commented 1 month ago

Deploy Preview for nuxt-tailwindcss ready!

Name Link
Latest commit 03171db9585bbcf545d4a80abc4b9a9cd4f51e97
Latest deploy log https://app.netlify.com/sites/nuxt-tailwindcss/deploys/661be57f795d2200081faa74
Deploy Preview https://deploy-preview-836--nuxt-tailwindcss.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

ineshbose commented 1 month ago

Nice. I went through the cyclic dependencies issue discussion, and I'm all for it; if devs require it, they can add it to their postcss config. Thanks!