feat: integrate Tailwind CSS and remove legacy styles

This commit is contained in:
2025-04-19 20:49:35 +02:00
parent 700066b2b2
commit 6c9d8966b0
17 changed files with 1618 additions and 563 deletions

View File

@@ -1,3 +1,8 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Keep existing imports for now, comment out or remove as needed during conversion */
@import 'abstracts/variables';
@import 'abstracts/mixins';
@import 'abstracts/fonts';