switch to monorepo structure
This commit is contained in:
9
packages/web/src/index.css
Normal file
9
packages/web/src/index.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
:root {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-stone-200 dark:bg-stone-900 text-stone-800 dark:text-stone-300;
|
||||
}
|
Reference in New Issue
Block a user