Fix Tailwind v4 import syntax

This commit is contained in:
Loto 2026-03-02 17:55:04 +01:00
parent 4439e6e7e5
commit 043f06a2c9
2 changed files with 2 additions and 4 deletions

View file

@ -1 +1 @@
Add .gitignore and package-lock.json
Clean up unused Vite template files

View file

@ -1,6 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "tailwindcss";
:root {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;