File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export default defineConfig({
1313 subsets : [ 'latin' ] ,
1414 } ] ,
1515 site : 'https://cumulus-ui.github.io' ,
16+ build : { inlineStylesheets : 'always' } ,
1617 server : { port : 4321 } ,
1718 markdown : {
1819 shikiConfig : {
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ const navItems = components.map(comp => ({
3131 if (theme === 'dark') document.documentElement.classList.add('awsui-dark-mode');
3232 </script >
3333 <Font cssVariable =" --font-open-sans" preload />
34+ <script >import '@cumulus-ui/components';</script >
3435 </head >
3536 <body >
3637 <cs-app-layout-toolbar
@@ -60,7 +61,6 @@ const navItems = components.map(comp => ({
6061 </svg >
6162 </cs-button>
6263
63- <script >import '@cumulus-ui/components';</script >
6464 <script is:inline define:vars ={ { navItems , breadcrumbs , activeComponentId }} >
6565 // Side navigation
6666 const sideNav = document.getElementById('side-nav');
You can’t perform that action at this time.
0 commit comments