Skip to content

Commit 6884a38

Browse files
committed
update docusaurus
1 parent 3856473 commit 6884a38

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

website/src/styles/global.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
@layer theme, base, components, utilities;
55
@import 'tailwindcss/theme.css' layer(theme);
66
/* @import 'tailwindcss/preflight.css' layer(base); */
7-
button {
8-
all: unset;
9-
display: inline-flex;
10-
align-items: center;
11-
}
127
/* @import 'tailwindcss/utilities.css' layer(utilities); */
138
@tailwind utilities;
149

@@ -60,3 +55,9 @@ h4 {
6055
p {
6156
margin-bottom: 15px;
6257
}
58+
59+
button {
60+
all: unset;
61+
display: inline-flex;
62+
align-items: center;
63+
}

0 commit comments

Comments
 (0)