refactor: add tailwind prefligt base styles

This commit is contained in:
2023-06-07 21:54:10 +01:00
parent 72f295df61
commit fd7fda2f77

View File

@@ -1,5 +1,5 @@
/*@tailwind base;*/
@tailwind base;
/**
* Custom base styles
@@ -49,6 +49,7 @@ html, body {
#root {
display: flex;
flex-direction: column;
flex: 1 1 auto;
width: 100%;
height: 100%;