feat: install Tailwind CSS v4 with PostCSS
This commit is contained in:
@@ -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 *));
|
||||
Reference in New Issue
Block a user