Skip to content

Commit fd911de

Browse files
committed
Merge branch 'main' into 2.0.0-next
2 parents 6435640 + cdb570d commit fd911de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/app/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@import "tailwindcss";
2+
@import "tailwindcss-animated";
23
@import "./theme.css";
34
@import "fumadocs-ui/css/preset.css";
45
@import "fumadocs-twoslash/twoslash.css";
5-
@import "tailwindcss-animated";
66

77
@source "../node_modules/fumadocs-ui/dist";
88

99
@source ".";
1010
@source "../components";
1111
@source "../content";
12-
@source './components/**/*.{js,ts,jsx,tsx,mdx}';
12+
@source './components/**/*.{js,ts,jsx,tsx,mdx}';

0 commit comments

Comments
 (0)