Collected.tools

Tailwind CSS

CSS without having to invent class names

What it is

Tailwind ships small utility classes that you assemble styling from, right in the markup. Instead of inventing a name for every element and jumping between two files, the look sits where the structure sits. Version 4 does without a config file and is set up through CSS variables.

Why it made the cut
  • 01Styling lives in the markup, no jumping between files
  • 02Version 4 is set up through CSS variables, no config file
  • 03The standard most component collections are built on

Related entries