fix: correctly not import preflight in tailwind 4

This commit is contained in:
kolaente 2025-06-05 16:11:47 +02:00
parent 1d0b3e5efc
commit 082bf3ce0d
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
@config "../../tailwind.config.js";
@import "tailwindcss";
@layer theme, base, components, utilities;
@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/utilities.css" layer(utilities);
@import "fonts";