feat: setup Tailwind CSS

This commit is contained in:
Maximilian Liebmann 2025-05-08 22:34:53 +02:00
parent 021d90bda6
commit fc3431f8f4
4 changed files with 244 additions and 6 deletions

View file

@ -1,3 +1,5 @@
@import 'tailwindcss';
:root {
--background: #ffffff;
--foreground: #3a3a3a;