adds basic layout

This commit is contained in:
Daniel Avila 2023-02-04 19:19:53 -05:00
parent 0fb3a1cab3
commit 21a6a0587c
4 changed files with 29 additions and 19 deletions

View file

@ -1,3 +1,8 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;
* {
box-sizing: border-box;
outline: 1px solid limegreen !important;
}