Web Design with NO CSS? TailwindCSS Crash Course

- First 500 people to sign up will get their first 2 months free! -- What? NO CSS?! Well, sort of. TailwindCSS is a “utility-first“ CSS framework that allows you to build UI’s without writing actual CSS. And today, we’re going to build a UI using this approach. We’re going to dive right in using a CDN, then, I will show you how to integrate PurgeCSS and CSSNano within PostCSS to drastically shrink the size of the final CSS. Instead of writing CSS rulesets in a CSS file, you de
Back to Top