|
1 | 1 | @import 'tailwindcss'; |
2 | | - |
3 | | -@source './src/components/**/*.{js,vue,ts}'; |
4 | | -@source './src/components/**/*.ce.{js,vue,ts}'; |
5 | | -@source './src/composables/**/*.{js,vue,ts}'; |
6 | | -@source './stories/**/*.stories.{js,ts,jsx,mdx}'; |
7 | | -@source './index.html'; |
| 2 | +@import 'tw-animate-css'; |
8 | 3 |
|
9 | 4 | /* |
10 | 5 | The default border color has changed to `currentcolor` in Tailwind CSS v4, |
|
22 | 17 | ::file-selector-button { |
23 | 18 | border-color: hsl(var(--border)); |
24 | 19 | } |
| 20 | + |
| 21 | + /* Fix for Tailwind v4 border styles not working */ |
| 22 | + * { |
| 23 | + --tw-border-style: solid; |
| 24 | + } |
25 | 25 | } |
26 | 26 |
|
27 | 27 | @theme { |
|
214 | 214 |
|
215 | 215 | /* Radius */ |
216 | 216 | --radius: 0.5rem; |
| 217 | + |
| 218 | + /* Text Resizing */ |
| 219 | + --text-xs: 1.2rem; /* 12px at 10px base */ |
| 220 | + --text-sm: 1.4rem; /* 14px at 10px base */ |
| 221 | + --text-base: 1.6rem; /* 16px at 10px base */ |
| 222 | + --text-lg: 1.8rem; /* 18px at 10px base */ |
| 223 | + --text-xl: 2rem; /* 20px at 10px base */ |
| 224 | + --text-2xl: 2.4rem; /* 24px at 10px base */ |
| 225 | + --text-3xl: 3rem; /* 30px at 10px base */ |
| 226 | + --text-4xl: 3.6rem; /* 36px at 10px base */ |
| 227 | + --text-5xl: 4.8rem; /* 48px at 10px base */ |
| 228 | + --text-6xl: 6rem; /* 60px at 10px base */ |
| 229 | + --text-7xl: 7.2rem; /* 72px at 10px base */ |
| 230 | + --text-8xl: 9.6rem; /* 96px at 10px base */ |
| 231 | + --text-9xl: 12.8rem; /* 128px at 10px base */ |
| 232 | + --spacing: 0.4rem; /* 4px at 10px base */ |
217 | 233 | } |
218 | 234 |
|
219 | 235 | @layer base { |
|
0 commit comments