Definition
A CSS framework approach where styles are applied directly via small, single-purpose classes (e.g., text-lg, bg-blue-500) that correspond to specific CSS properties, allowing rapid styling without writing custom CSS, promoting consistency and reducing specificity conflicts.