More fixes for tailwind 4

This commit is contained in:
video-prize-ranch
2025-03-28 10:40:22 -04:00
parent 1a0016cec3
commit 248782a236
6 changed files with 8 additions and 10 deletions

View File

@@ -1,9 +1,5 @@
@import "tailwindcss" source("../views");
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
margin: 0 24vw;
}