We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e624028 commit b4e3b50Copy full SHA for b4e3b50
packages/tailwindcss/src/canonicalize-candidates.test.ts
@@ -21,6 +21,25 @@ const designSystems = new DefaultMap((base: string) => {
21
@tailwind utilities;
22
23
${defaultTheme}
24
+
25
+ /* TODO(perf): Only here to speed up the tests */
26
+ @theme {
27
+ --*: initial;
28
+ --breakpoint-lg: 64rem;
29
+ --breakpoint-md: 48rem;
30
+ --color-blue-200: oklch(88.2% 0.059 254.128);
31
+ --color-blue-500: oklch(62.3% 0.214 259.815);
32
+ --color-red-500: oklch(63.7% 0.237 25.331);
33
+ --color-white: #fff;
34
+ --container-md: 28rem;
35
+ --font-weight-normal: 400;
36
+ --leading-relaxed: 1.625;
37
+ --spacing: 0.25rem;
38
+ --text-sm--line-height: calc(1.25 / 0.875);
39
+ --text-sm: 0.875rem;
40
+ --text-xs--line-height: calc(1 / 0.75);
41
+ --text-xs: 0.75rem;
42
+ }
43
`,
44
}
45
},
0 commit comments