$30 off During Our Annual Pro Sale. View Details »

How I Accidentally Learned to Love CSS Again

Matt Woods
October 22, 2019

How I Accidentally Learned to Love CSS Again

I've had a love-hate relationship with CSS (like many developers.) But embracing the utility-first workflow with TailwindCSS has made a night-and-day difference when I'm developing new front-end experience on the web.

Check out this (very rough) deck I threw together for a 5-minute lightning talk at the Thunderplains 2019 conference in Oklahoma City.

Matt Woods

October 22, 2019
Tweet

More Decks by Matt Woods

Other Decks in Programming

Transcript

  1. How I Accidentally Learned
    to Love CSS Again
    "What's the deal with TailwindCSS?"
    @matopher

    View Slide

  2. How I used to feel writing CSS
    @matopher

    View Slide

  3. ❌ Yet another Bootstrap copy & paste
    ❌ Hours of "coding by hand"
    @matopher

    View Slide

  4. Reasons you'll ❤ (or at least not
    HATE) utility-first CSS
    @matopher

    View Slide

  5. Instantly see changes on-the-fly (even in your browser!)
    @matopher

    View Slide

  6. No more guessing.....
    ❌ font-size, ❌ colors, ❌ padding, margins, borders...
    @matopher

    View Slide

  7. Kiss cascade hell good-bye
    ❌ ✅
    @matopher

    View Slide

  8. Kick media queries to the curb '
    ❌ ✅
    @matopher

    View Slide

  9. Stack any combination of classes together (

    *
    @matopher

    View Slide

  10. One last thing:
    Customize
    anything you
    want
    @matopher

    View Slide