I setup some tailwind react projects according to this guide: https://itnext.io/how-to-use-tailwind-css-with-react-16e9d478b8b
This worked great everytime with version 0.6.*
Since version 0.7.0 following the same setup led to following error:
Building ... tailwind.src.css
BrowerslistError: Unknown browser query 'dead'
Should be fixed in v0.7.1 馃憤 Needed to update our autoprefixer dependency.
Most helpful comment
Should be fixed in v0.7.1 馃憤 Needed to update our autoprefixer dependency.