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 033bdfe commit 95fbc54Copy full SHA for 95fbc54
src/css/site.css
@@ -26,7 +26,6 @@
26
@import "highlight.css";
27
@import "print.css";
28
@import "docsearch.css";
29
-@import "@docsearch/css";
30
@import "global-nav.css";
31
32
@tailwind base;
src/css/vendor/docsearch.css
@@ -0,0 +1 @@
1
+@import "@docsearch/css";
src/partials/head-styles.hbs
@@ -1,3 +1,4 @@
+<link rel="stylesheet" href="{{{uiRootPath}}}/{{{assets-manifest 'css/vendor/docsearch.css' }}}">
2
<link rel="stylesheet" href="{{{uiRootPath}}}/{{{assets-manifest 'css/site.css' }}}">
3
4
<link
0 commit comments