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 c8d00aa commit 9621e0dCopy full SHA for 9621e0d
app/modules/docsearch.tsx
@@ -1,6 +1,4 @@
1
import type { DocSearchProps } from "@docsearch/react";
2
-import "@docsearch/css/dist/style.css";
3
-import "~/styles/docsearch.css";
4
import { useHydrated } from "~/ui/utils";
5
import { Suspense, lazy } from "react";
6
app/root.tsx
@@ -23,6 +23,8 @@ import "~/styles/tailwind.css";
23
// FIXUP: Importing in `root` because we have a bug where the styles get offloaded
24
// see: https://github.com/remix-run/react-router-website/issues/139
25
import "~/styles/docs.css";
26
+import "@docsearch/css/dist/style.css";
27
+import "~/styles/docsearch.css";
28
29
export async function loader({ request }: LoaderFunctionArgs) {
30
await middlewares(request);
0 commit comments