Configure tailwind for the frontend
This commit is contained in:
parent
d51b9f78c2
commit
360689ce0c
6 changed files with 1076 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
:root {
|
||||
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue