chore: initialize

This commit is contained in:
ChenZhaoYu
2023-02-09 11:21:33 +08:00
commit 6ad8d59dc4
34 changed files with 5722 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

View File

@@ -0,0 +1,5 @@
html,
body,
#app {
height: 100%;
}