refactor: move frontend code into view
This commit is contained in:
11
view/index.css
Normal file
11
view/index.css
Normal file
@@ -0,0 +1,11 @@
|
||||
@import "./styles/globals.css";
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
@apply font-sans;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply m-0 min-w-[320px] min-h-screen bg-background text-foreground;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user