Skip to content

Commit 3856473

Browse files
committed
revert
1 parent 0d5d95b commit 3856473

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

website/src/styles/global.css

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
@layer theme, base, components, utilities;
55
@import 'tailwindcss/theme.css' layer(theme);
66
/* @import 'tailwindcss/preflight.css' layer(base); */
7-
@import 'tailwindcss/utilities.css' layer(utilities);
8-
9-
/* Because of disabled preflight */
10-
/* button {
7+
button {
118
all: unset;
129
display: inline-flex;
1310
align-items: center;
14-
} */
11+
}
12+
/* @import 'tailwindcss/utilities.css' layer(utilities); */
13+
@tailwind utilities;
1514

1615
/* Not needed anymore in Tailwind v4? */
1716
/* @custom-variant dark (&:is([data-theme="dark"] *)); */

0 commit comments

Comments
 (0)