@import "tailwindcss"; @config "./tailwind.config.js"; .h-screen { height: 100dvh !important; } .min-h-screen { min-height: 100dvh !important; } .max-h-screen { max-height: 100dvh !important; }