Setup tailwind css ^& frontend

This commit is contained in:
Xevion
2023-02-27 17:45:28 -06:00
parent c6f0d79d76
commit 56a18ef6cd
7 changed files with 542 additions and 2 deletions

3
src/styles/globals.scss Normal file
View File

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