Skip to content

Commit b371b41

Browse files
CopilotMrAlders0n
andcommitted
Complete Tailwind build fix - all tests passed
Co-authored-by: MrAlders0n <55921894+MrAlders0n@users.noreply.github.com>
1 parent f95330c commit b371b41

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

content/tailwind.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@
1010
--color-red-300: oklch(80.8% 0.114 19.571);
1111
--color-red-500: oklch(63.7% 0.237 25.331);
1212
--color-red-600: oklch(57.7% 0.245 27.325);
13-
--color-orange-100: oklch(95.4% 0.038 75.164);
14-
--color-orange-300: oklch(83.7% 0.128 66.29);
1513
--color-amber-300: oklch(87.9% 0.169 91.605);
1614
--color-amber-400: oklch(82.8% 0.189 84.429);
1715
--color-amber-500: oklch(76.9% 0.188 70.08);
1816
--color-amber-600: oklch(66.6% 0.179 58.318);
19-
--color-lime-400: oklch(84.1% 0.238 128.85);
2017
--color-emerald-300: oklch(84.5% 0.143 164.978);
2118
--color-emerald-500: oklch(69.6% 0.17 162.48);
2219
--color-emerald-600: oklch(59.6% 0.145 163.225);
@@ -33,19 +30,13 @@
3330
--color-slate-700: oklch(37.2% 0.044 257.287);
3431
--color-slate-800: oklch(27.9% 0.041 260.031);
3532
--color-slate-900: oklch(20.8% 0.042 265.755);
36-
--color-zinc-500: oklch(55.2% 0.016 285.938);
37-
--color-zinc-600: oklch(44.2% 0.017 285.786);
38-
--color-black: #000;
3933
--color-white: #fff;
4034
--spacing: 0.25rem;
4135
--container-xl: 36rem;
42-
--container-3xl: 48rem;
4336
--text-xs: 0.75rem;
4437
--text-xs--line-height: calc(1 / 0.75);
4538
--text-sm: 0.875rem;
4639
--text-sm--line-height: calc(1.25 / 0.875);
47-
--text-base: 1rem;
48-
--text-base--line-height: calc(1.5 / 1);
4940
--text-lg: 1.125rem;
5041
--text-lg--line-height: calc(1.75 / 1.125);
5142
--text-xl: 1.25rem;
@@ -55,8 +46,6 @@
5546
--font-weight-medium: 500;
5647
--font-weight-semibold: 600;
5748
--tracking-wide: 0.025em;
58-
--radius-sm: 0.25rem;
59-
--radius-md: 0.375rem;
6049
--radius-lg: 0.5rem;
6150
--radius-xl: 0.75rem;
6251
--blur-sm: 8px;

0 commit comments

Comments
 (0)