We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eed7bc commit 23bee40Copy full SHA for 23bee40
src/pages/_app.tsx
@@ -6,10 +6,7 @@ import { AppPropsWithLayout } from "@/lib/types"
6
7
import ThemeProvider from "@/components/ThemeProvider"
8
9
-import "@docsearch/css"
10
import "@/styles/global.css"
11
-import "@/styles/fonts.css"
12
-import "@/styles/docsearch.css"
13
14
import { BaseLayout } from "@/layouts/BaseLayout"
15
src/styles/global.css
@@ -2,6 +2,10 @@
2
@tailwind components;
3
@tailwind utilities;
4
5
+@import "@docsearch/css";
+@import "@/styles/fonts.css";
+@import "@/styles/docsearch.css";
+
@layer base {
:root {
--font-inter: Inter, sans-serif;
0 commit comments