Skip to content

Commit 3ec1b75

Browse files
rrmesquitaSamuelBisberg
authored andcommitted
remove unnecessary default border-color (laravel#144)
1 parent d3619fc commit 3ec1b75

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
@@ -58,24 +58,6 @@
5858
--color-sidebar-ring: var(--sidebar-ring);
5959
}
6060

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

0 commit comments

Comments
 (0)