How I Accidentally Learned to Love CSS Again
by
Matt Woods
×
Copy
Open
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Slide 1
Slide 1 text
How I Accidentally Learned to Love CSS Again "What's the deal with TailwindCSS?" @matopher
Slide 2
Slide 2 text
How I used to feel writing CSS @matopher
Slide 3
Slide 3 text
❌ Yet another Bootstrap copy & paste ❌ Hours of "coding by hand" @matopher
Slide 4
Slide 4 text
Reasons you'll ❤ (or at least not HATE) utility-first CSS @matopher
Slide 5
Slide 5 text
Instantly see changes on-the-fly (even in your browser!) @matopher
Slide 6
Slide 6 text
No more guessing..... ❌ font-size, ❌ colors, ❌ padding, margins, borders... @matopher
Slide 7
Slide 7 text
Kiss cascade hell good-bye ❌ ✅ @matopher
Slide 8
Slide 8 text
Kick media queries to the curb ' ❌ ✅ @matopher
Slide 9
Slide 9 text
Stack any combination of classes together ( * @matopher
Slide 10
Slide 10 text
One last thing: Customize anything you want @matopher