TailwindCSS
Description
what is it ? : Styling Library based on the Utility-first Approach,highly customizable, very small final css files (only generates the css used by the application aka Purging
).
URL : official website (opens in a new tab)
version : 3.1.7
Why ? :
- Utility-first,
- Just In Time Engine, which means only css being used in the application is what being generated , in addition to allowing the use of custom Widths, heights...