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 d3619fc commit 3ec1b75Copy full SHA for 3ec1b75
resources/css/app.css
@@ -58,24 +58,6 @@
58
--color-sidebar-ring: var(--sidebar-ring);
59
}
60
61
-/*
62
- The default border color has changed to `currentColor` in Tailwind CSS v4,
63
- so we've added these compatibility styles to make sure everything still
64
- looks the same as it did with Tailwind CSS v3.
65
-
66
- If we ever want to remove these styles, we need to add an explicit border
67
- color utility to any element that depends on these defaults.
68
-*/
69
-@layer base {
70
- *,
71
- ::after,
72
- ::before,
73
- ::backdrop,
74
- ::file-selector-button {
75
- border-color: var(--color-gray-200, currentColor);
76
- }
77
-}
78
79
:root {
80
--background: oklch(1 0 0);
81
--foreground: oklch(0.145 0 0);
0 commit comments