May 13, 2019

Tailwind CSS 1.0 released

Adam Wathan released TailwindA utility-first CSS framework — compose designs from small classes instead of custom stylesheets. CSSCascading Style Sheets — the language for layout, color, and typography on web pages. 1.0 on May 13, 2019 — the first stable version of the utility-first CSSCascading Style Sheets — the language for layout, color, and typography on web pages. framework.

What it was for

Tailwind CSSTailwindA utility-first CSS framework — compose designs from small classes instead of custom stylesheets. 1.0 (`flex`, `pt-4`, `text-lg`) let developers style UIs by composing utility classes instead of writing custom CSSCascading Style Sheets — the language for layout, color, and typography on web pages. — paired with PurgeCSS for production bundles. It challenged Bootstrap's component model and became the default stack with ReactA JavaScript library for building UIs — component trees and declarative rendering for the web., Next.js, and Laravel.

People

  • Adam Wathancreator

Why it's here

TailwindA utility-first CSS framework — compose designs from small classes instead of custom stylesheets. 1.0 validated utility-first CSSCascading Style Sheets — the language for layout, color, and typography on web pages. as a mainstream styling approach.

Why it mattered

Composable utilities replaced hand-written stylesheets for thousands of design systems.

What it solved

Naming CSSCascading Style Sheets — the language for layout, color, and typography on web pages. classes and fighting specificity wars slowed front-end iteration.

Media

  • Tailwind CSS
    ImageTailwind CSS

    Tailwind CSS, CC BY-SA 4.0, via Wikimedia Commons

Related