commit | 7177bbd81faa8462cf09cbaa827e80523bb44af5 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Jun 01 03:26:31 2023 +0200 |
committer | Skyler Grey <skyler3665@gmail.com> | Fri Jun 02 15:30:59 2023 +0200 |
tree | 6ae7e1a419ecb7ccaf3a2dd9007c5b6caed55ac6 | |
parent | deea2f71355bbbd18c81381a10241371b35f58c0 [diff] [blame] |
Update layout to be a svelte monorepo with shadcn-svelte Also: add the start of a.starrysky.fyi
diff --git a/packages/components/src/app.postcss b/packages/components/src/app.postcss new file mode 100644 index 0000000..1a7b7cf --- /dev/null +++ b/packages/components/src/app.postcss
@@ -0,0 +1,4 @@ +/* Write your global styles here, in PostCSS syntax */ +@tailwind base; +@tailwind components; +@tailwind utilities;