Migrate from previous project with updated dependencies ready for March 2025

This commit is contained in:
Antoine Phan
2025-03-06 19:12:19 -05:00
commit 1073f8e56a
32 changed files with 691 additions and 0 deletions

10
src/app.css Normal file
View File

@@ -0,0 +1,10 @@
@import 'tailwindcss';
@plugin '@tailwindcss/typography';
@theme {
--color-ecsess-200: #A9B7A0;
--color-ecsess-400: #5C8A5C;
--color-ecsess-600: #3B6A3A;
--color-ecsess-800: #0A3D2A;
--color-ecsess-black: #1F1F1F;
}