Configure tailwind for the frontend

This commit is contained in:
Imbus 2024-02-28 20:35:53 +01:00
parent d51b9f78c2
commit 360689ce0c
6 changed files with 1076 additions and 1 deletions

View file

@ -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;