feat: install Tailwind CSS v4 with PostCSS

This commit is contained in:
2026-08-11 08:49:43 +02:00
parent 717b251941
commit 29ae2d3650
4 changed files with 603 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
@import 'tailwindcss';
/* Dark mode: activated when any ancestor has the .dark class (set by next-themes) */
@custom-variant dark (&:where(.dark, .dark *));