diff options
Diffstat (limited to 'examples/with-nanostores/src')
-rw-r--r-- | examples/with-nanostores/src/pages/index.astro | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/examples/with-nanostores/src/pages/index.astro b/examples/with-nanostores/src/pages/index.astro index 5aba10e8a..ad3fb4e26 100644 --- a/examples/with-nanostores/src/pages/index.astro +++ b/examples/with-nanostores/src/pages/index.astro @@ -1,4 +1,8 @@ --- +// Style Imports +import '../styles/global.css'; +import '../styles/home.css'; + // Component Imports import AdminsReact from '../components/AdminsReact.jsx'; import AdminsSvelte from '../components/AdminsSvelte.svelte'; @@ -17,11 +21,6 @@ import AdminsSolid from '../components/AdminsSolid.jsx'; <link rel="icon" type="image/x-icon" href="/favicon.ico" /> - <style global> - @import "../styles/global.css"; - @import "../styles/home.css"; - </style> - <style> header { display: flex; |