feat: added skeleton as ui toolkit

This commit is contained in:
Bart van der Braak 2023-07-27 10:14:19 +02:00
parent fede9a2142
commit 3fbf85db06
24 changed files with 695 additions and 204 deletions

4
src/app.postcss Normal file
View file

@ -0,0 +1,4 @@
html,
body {
@apply h-full overflow-hidden
}