spatie / laravel-mix-purgecss

Zero-config Purgecss for Laravel Mix
https://spatie.be/en/opensource
MIT License
874 stars 38 forks source link

Is necessary this package with Tailwind 2.0 #92

Closed andresgutgon closed 3 years ago

andresgutgon commented 3 years ago

What?

Hi, first of all thanks for your work. Without PurgeCSS Tailwind lost its value. So thanks for allowing to use it with Laravel Mix :)

Now I wanted to ask if this package is necessary with new Tailwind. I just tryed their config without this package and looks it is working fine:

tailwind.config.js 👇 image

Am I missing something?

sebastiandedeyne commented 3 years ago

Nope, this package isn't necessary anymore for Tailwind since it has purging built in :)

andresgutgon commented 3 years ago

Thanks!