improvement: tailwind cli to build stylesheet

This commit is contained in:
joncrangle
2023-11-13 21:44:11 -05:00
parent 6bff28e18d
commit 78454f8713
7 changed files with 74 additions and 6 deletions

3
styles/input.css Normal file
View File

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