Prepare working with authentication and Tailwind

This commit is contained in:
kbe
2025-08-16 21:28:49 +02:00
parent 9ec13c7d3d
commit 87af76f078
11 changed files with 5900 additions and 243 deletions

View File

@@ -1 +1,9 @@
/* Entry point for your PostCSS build */
/* Import Tailwind using PostCSS */
@import "tailwindcss";
/** Default text color */
body {
color: #555555;
}