feat: use tailwind

This commit is contained in:
swve 2023-05-06 21:18:58 +02:00
parent 32652a1662
commit 7a1d2538e0
7 changed files with 763 additions and 129 deletions

View file

@ -1,6 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
padding: 0;