Start working on new design w/ Tailwind

This commit is contained in:
Aleks Rutins 2025-06-09 17:01:51 -04:00
parent f03b9f6f20
commit b29b35e166
No known key found for this signature in database
5 changed files with 27 additions and 6 deletions

7
input.css Normal file
View file

@ -0,0 +1,7 @@
@import "tailwindcss";
@layer base;
@layer components;
@layer utilities;
@layer theme;
@source "./pages";