Tailwind CSS
A utility-first CSS framework for rapidly building custom designs.
Language: CSSCategory: StylingFirst released: 2017Created by: Adam WathanLicense: MIT
Tailwind CSS is a highly customizable, low-level CSS framework that gives you all the building blocks you need to build bespoke designs without fighting to override opinionated styles. Instead of pre-designed components, Tailwind provides utility classes that let you compose designs directly in your markup. Its Just-in-Time engine generates only the CSS you use, resulting in minimal production stylesheets.
Links
Key Features
Utility-first CSS with responsive variants (sm:, lg:, xl:)Just-in-Time engine for instant builds and tiny outputDesign system customization via tailwind.config.jsDark mode support with class-based togglingState variants (hover:, focus:, active:, disabled:)Arbitrary value support for bespoke designsOfficial UI kit (Tailwind UI) and component examplesVS Code IntelliSense plugin for autocomplete