gemma: generate apps/web/src/index.css
This commit is contained in:
parent
547e04531d
commit
fdd3acccbc
9
apps/web/src/index.css
Normal file
9
apps/web/src/index.css
Normal file
@ -0,0 +1,9 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
@apply bg-slate-50 text-slate-900 font-sans antialiased;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user