diff options
| author | Seth Flynn <[email protected]> | 2025-03-12 20:08:01 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-12 20:26:38 -0400 |
| commit | 898f1b95c7200a321eb686738e06283fc224959a (patch) | |
| tree | 9249459856535e29d17d563a608b09ccf2344d02 /src/components/Head.astro | |
| parent | e418edcd965f3a74522adc37b6cc3db11d0ce8f7 (diff) | |
feat: use tailwind and daisyui
Diffstat (limited to 'src/components/Head.astro')
| -rw-r--r-- | src/components/Head.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Head.astro b/src/components/Head.astro index d355012..7ec74ad 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -1,5 +1,5 @@ --- -import "@styles/style.scss"; +import "@styles/main.css"; import "@fontsource/noto-sans"; import notoSansWoff2 from "@fontsource/noto-sans/files/noto-sans-latin-400-normal.woff2"; |
