UNPKG

react-easy-setup

Version:

A custom React project setup with Husky and ESLint for pre-commit hooks and code quality

13 lines (12 loc) 324 B
@import 'tailwindcss'; /* Your custom variable */ @theme { --font-family-display: "Satoshi", "sans-serif"; --breakpoint-3xl: 1920px; --color-neon-cyan: oklch(91.3% 0.139 195.8); --font-size-headings: clamp(1.25rem, 4vw, 2rem); } /* overide your size */ h1 { font-size: var(--font-size-headings) }