Skip to content

Commit 0d5d95b

Browse files
committed
update docusaurus
1 parent e83128c commit 0d5d95b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

website/src/styles/global.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/* https://tailwindcss.com/docs/preflight#disabling-preflight */
22
/* @import 'tailwindcss'; */
33

4-
/* Not working as expected */
54
@layer theme, base, components, utilities;
65
@import 'tailwindcss/theme.css' layer(theme);
7-
/* @import 'tailwindcss/utilities.css' layer(utilities); */
8-
button {
6+
/* @import 'tailwindcss/preflight.css' layer(base); */
7+
@import 'tailwindcss/utilities.css' layer(utilities);
8+
9+
/* Because of disabled preflight */
10+
/* button {
911
all: unset;
1012
display: inline-flex;
1113
align-items: center;
12-
}
13-
@tailwind utilities;
14+
} */
1415

15-
@custom-variant dark (&:is([data-theme="dark"] *));
16+
/* Not needed anymore in Tailwind v4? */
17+
/* @custom-variant dark (&:is([data-theme="dark"] *)); */
1618

17-
/* @layer base { */
18-
/* @theme { */
1919
/* You can override the default Infima variables here. */
2020
:root {
2121
--ifm-color-primary: #296bb3;
@@ -61,4 +61,3 @@ h4 {
6161
p {
6262
margin-bottom: 15px;
6363
}
64-
/* } */

0 commit comments

Comments
 (0)