Add app.css with Tailwind and daisyUI imports
This commit is contained in:
parent
bb3f82d69d
commit
b1f24c42ab
1 changed files with 12 additions and 0 deletions
12
frontend/src/app.css
Normal file
12
frontend/src/app.css
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
@import "tailwindcss";
|
||||||
|
@plugin "daisyui" {
|
||||||
|
themes: light;
|
||||||
|
}
|
||||||
|
|
||||||
|
@theme {
|
||||||
|
--font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-family: var(--font-sans);
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue