global-navigation-satellite.../src/render/main.css

9 lines
129 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.w-h-full {
@apply w-full h-full m-0 p-0
}
}