Skip to content

Commit 361f62c

Browse files
committed
fix conflicts
2 parents ab113b4 + 3b9969d commit 361f62c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

resources/css/app.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -59,24 +59,6 @@
5959
--color-sidebar-ring: var(--sidebar-ring);
6060
}
6161

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-
8062
:root {
8163
--background: oklch(1 0 0);
8264
--foreground: oklch(0.145 0 0);

0 commit comments

Comments
 (0)