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