|
1 | | -@import 'tailwindcss'; |
| 1 | +@import "tailwindcss"; |
2 | 2 |
|
3 | | -@config '../tailwind.config.cjs'; |
| 3 | +@config "../tailwind.config.cjs"; |
4 | 4 |
|
5 | 5 | /* |
6 | 6 | The default border color has changed to `currentcolor` in Tailwind CSS v4, |
|
11 | 11 | color utility to any element that depends on these defaults. |
12 | 12 | */ |
13 | 13 | @layer base { |
14 | | - *, |
15 | | - ::after, |
16 | | - ::before, |
17 | | - ::backdrop, |
18 | | - ::file-selector-button { |
19 | | - border-color: var(--color-gray-200, currentcolor); |
20 | | - } |
| 14 | + *, |
| 15 | + ::after, |
| 16 | + ::before, |
| 17 | + ::backdrop, |
| 18 | + ::file-selector-button { |
| 19 | + border-color: var(--color-gray-200, currentcolor); |
| 20 | + } |
21 | 21 | } |
22 | 22 |
|
23 | 23 | @layer base { |
24 | | - :root { |
25 | | - --font-sans: 'Manrope'; |
| 24 | + :root { |
| 25 | + --font-sans: "Manrope"; |
26 | 26 |
|
27 | | - --background: 0 0% 100%; |
28 | | - --foreground: 0 0% 26%; |
| 27 | + --background: 0 0% 100%; |
| 28 | + --foreground: 0 0% 26%; |
29 | 29 |
|
30 | | - --muted: 210 40% 96.1%; |
31 | | - --muted-foreground: 215.4 16.3% 46.9%; |
| 30 | + --muted: 210 40% 96.1%; |
| 31 | + --muted-foreground: 215.4 16.3% 46.9%; |
32 | 32 |
|
33 | | - --popover: 0 0% 100%; |
34 | | - --popover-foreground: 0 0% 26%; |
| 33 | + --popover: 0 0% 100%; |
| 34 | + --popover-foreground: 0 0% 26%; |
35 | 35 |
|
36 | | - --card: 0 0% 100%; |
37 | | - --card-foreground: 0 0% 26%; |
| 36 | + --card: 0 0% 100%; |
| 37 | + --card-foreground: 0 0% 26%; |
38 | 38 |
|
39 | | - --border: 214.3 31.8% 91.4%; |
40 | | - --input: 214.3 31.8% 91.4%; |
| 39 | + --border: 214.3 31.8% 91.4%; |
| 40 | + --input: 214.3 31.8% 91.4%; |
41 | 41 |
|
42 | | - --primary: 0 0% 26%; |
43 | | - --primary-foreground: 210 40% 98%; |
| 42 | + --primary: 0 0% 26%; |
| 43 | + --primary-foreground: 210 40% 98%; |
44 | 44 |
|
45 | | - --secondary: 210 40% 96.1%; |
46 | | - --secondary-foreground: 0 0% 26%; |
| 45 | + --secondary: 210 40% 96.1%; |
| 46 | + --secondary-foreground: 0 0% 26%; |
47 | 47 |
|
48 | | - --accent: 210 40% 96.1%; |
49 | | - --accent-foreground: 0 0% 26%; |
| 48 | + --accent: 210 40% 96.1%; |
| 49 | + --accent-foreground: 0 0% 26%; |
50 | 50 |
|
51 | | - --destructive: 0 100% 50%; |
52 | | - --destructive-foreground: 210 40% 98%; |
| 51 | + --destructive: 0 100% 50%; |
| 52 | + --destructive-foreground: 210 40% 98%; |
53 | 53 |
|
54 | | - --ring: 215 20.2% 65.1%; |
| 54 | + --ring: 215 20.2% 65.1%; |
55 | 55 |
|
56 | | - --radius: 0.5rem; |
57 | | - } |
| 56 | + --radius: 0.5rem; |
| 57 | + } |
58 | 58 |
|
59 | | - .dark { |
60 | | - --background: 224 71% 4%; |
61 | | - --foreground: 213 31% 91%; |
| 59 | + .dark { |
| 60 | + --background: 224 71% 4%; |
| 61 | + --foreground: 213 31% 91%; |
62 | 62 |
|
63 | | - --muted: 223 47% 11%; |
64 | | - --muted-foreground: 215.4 16.3% 56.9%; |
| 63 | + --muted: 223 47% 11%; |
| 64 | + --muted-foreground: 215.4 16.3% 56.9%; |
65 | 65 |
|
66 | | - --popover: 224 71% 4%; |
67 | | - --popover-foreground: 215 20.2% 65.1%; |
| 66 | + --popover: 224 71% 4%; |
| 67 | + --popover-foreground: 215 20.2% 65.1%; |
68 | 68 |
|
69 | | - --card: 224 71% 4%; |
70 | | - --card-foreground: 213 31% 91%; |
| 69 | + --card: 224 71% 4%; |
| 70 | + --card-foreground: 213 31% 91%; |
71 | 71 |
|
72 | | - --border: 216 34% 17%; |
73 | | - --input: 216 34% 17%; |
| 72 | + --border: 216 34% 17%; |
| 73 | + --input: 216 34% 17%; |
74 | 74 |
|
75 | | - --primary: 210 40% 98%; |
76 | | - --primary-foreground: 222.2 47.4% 1.2%; |
| 75 | + --primary: 210 40% 98%; |
| 76 | + --primary-foreground: 222.2 47.4% 1.2%; |
77 | 77 |
|
78 | | - --secondary: 0 0% 26%; |
79 | | - --secondary-foreground: 210 40% 98%; |
| 78 | + --secondary: 0 0% 26%; |
| 79 | + --secondary-foreground: 210 40% 98%; |
80 | 80 |
|
81 | | - --accent: 216 34% 17%; |
82 | | - --accent-foreground: 210 40% 98%; |
| 81 | + --accent: 216 34% 17%; |
| 82 | + --accent-foreground: 210 40% 98%; |
83 | 83 |
|
84 | | - --destructive: 0 63% 31%; |
85 | | - --destructive-foreground: 210 40% 98%; |
| 84 | + --destructive: 0 63% 31%; |
| 85 | + --destructive-foreground: 210 40% 98%; |
86 | 86 |
|
87 | | - --ring: 216 34% 17%; |
| 87 | + --ring: 216 34% 17%; |
88 | 88 |
|
89 | | - --radius: 0.5rem; |
90 | | - } |
| 89 | + --radius: 0.5rem; |
| 90 | + } |
91 | 91 | } |
92 | 92 |
|
93 | 93 | @layer base { |
94 | | - * { |
95 | | - @apply border-border; |
96 | | - } |
97 | | - |
98 | | - body { |
99 | | - @apply bg-background text-foreground; |
100 | | - font-feature-settings: |
101 | | - 'rlig' 1, |
102 | | - 'calt' 1; |
103 | | - } |
| 94 | + * { |
| 95 | + @apply border-border; |
| 96 | + } |
| 97 | + |
| 98 | + body { |
| 99 | + @apply bg-background text-foreground; |
| 100 | + font-feature-settings: |
| 101 | + "rlig" 1, |
| 102 | + "calt" 1; |
| 103 | + } |
104 | 104 | } |
0 commit comments