UNPKG

@jgmelgares/tw-presets

Version:

A reusable Tailwind CSS preset package for creating consistent and customizable design systems. This package includes a Tailwind preset configuration and a CSS file with predefined variables to streamline your development workflow.

17 lines (15 loc) 244 B
/** * Icons * @author Javier Guerra */ :root { --icon-xs: 12px; --icon-sm: 16px; --icon-md: 20px; --icon-lg: 24px; --icon-xl: 28px; --icon-2xl: 32px; --icon-3xl: 36px; --icon-4xl: 40px; --icon-4xl: 44px; }