🚀 Tailwind CSS v1.4.0 is here! 🎨 New color opacity utilities 🤮 Built-in PurgeCSS support 👴 IE 11 target mode Learn more in our announcement post 📢 github.com/tailwindcss/ta…
@tailwindcss @adamwathan We just rewrote our docs ( documentation.platformos.com ) to Tailwind 1.4 and can switched to Tailwind-provided purgeCSS - it solved the whitelisting issue which was on hand. Very well invested 30 seconds. :)
@tailwindcss I'm slightly confused on how to use the built-in purging. Currently I have a PostCSS command to watch and generate a CSS file. What command should I run instead?
@tailwindcss Is there instructions to purge outside Tailwind? I have a package that uses tailwind to create a design system… The generated CSS is published as a NPM package and used in many react projects. How can I purge the CSS on those projects?
@tailwindcss @adamwathan Legit interest question: why the puke icon for purgecss? :)
@tailwindcss Excellent work, great update. I'm sold on tailwind, and about to purchase tailwind UI because I'm crap at design. Will opacity be included in some of the tailwind UI component designs?
@tailwindcss I've wanted some kind of border opacity control on almost every project...this is amazing! And built-in purgeCSS 😱😍
@tailwindcss Just switched from Webpack purgeCSS to tailwind build in purgeCSS and it worked perfect. Was able to remove all white listed classes (28) from the old purgeCSS config since the tailwind integration found all of the used classes itself. Great work @adamwathan 👌
@tailwindcss there are instructions to use purgecss inside tailwind ?