@under-io/tailwind
Version:
Under engineering Tailwind configuration
26 lines (25 loc) • 917 B
CSS
@theme inline {
/** Font Sizes **/
--text-xs: 0.75rem; /* 12px */
--text-xs--line-height: 1.125rem; /* 18px */
--text-sm: 0.875rem; /* 14px */
--text-sm--line-height: 1.25rem; /* 20px */
--text-base: 1rem; /* 16px */
--text-base--line-height: 1.5rem; /* 24px */
--text-lg: 1.125rem; /* 18px */
--text-lg--line-height: 1.75rem; /* 28px */
--text-xl: 1.25rem; /* 20px */
--text-xl--line-height: 1.85rem; /* 30px */
--text-2xl: 1.5rem; /* 24px */
--text-2xl--line-height: 2rem; /* 32px */
--text-3xl: 1.875rem; /* 30px */
--text-3xl--line-height: 2.375rem; /* 38px */
--text-4xl: 2.25rem; /* 36px */
--text-4xl--line-height: 2.75rem; /* 44px */
--text-5xl: 3rem; /* 48px */
--text-5xl--line-height: 3.75rem; /* 60px */
--text-6xl: 3.75rem; /* 60px */
--text-6xl--line-height: 4.5rem; /* 72px */
--text-7xl: 4.5rem; /* 72px */
--text-7xl--line-height: 5.625rem; /* 90px */
}