diff options
Diffstat (limited to 'client/app.css')
-rw-r--r-- | client/app.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/app.css b/client/app.css new file mode 100644 index 0000000..8a90c80 --- /dev/null +++ b/client/app.css @@ -0,0 +1,5 @@ +@tailwind base; + +@tailwind components; + +@tailwind utilities;
\ No newline at end of file |