We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5d95b commit 3856473Copy full SHA for 3856473
website/src/styles/global.css
@@ -4,14 +4,13 @@
4
@layer theme, base, components, utilities;
5
@import 'tailwindcss/theme.css' layer(theme);
6
/* @import 'tailwindcss/preflight.css' layer(base); */
7
-@import 'tailwindcss/utilities.css' layer(utilities);
8
-
9
-/* Because of disabled preflight */
10
-/* button {
+button {
11
all: unset;
12
display: inline-flex;
13
align-items: center;
14
-} */
+}
+/* @import 'tailwindcss/utilities.css' layer(utilities); */
+@tailwind utilities;
15
16
/* Not needed anymore in Tailwind v4? */
17
/* @custom-variant dark (&:is([data-theme="dark"] *)); */
0 commit comments