Files
hereconnect/apps/frontend/src/style.css
T

14 lines
211 B
CSS
Raw Normal View History

@layer tailwind-base, primevue, tailwind-utilities;
@layer tailwind-base {
@tailwind base;
}
@layer tailwind-utilities {
@tailwind components;
@tailwind utilities;
2024-11-20 19:29:50 +02:00
}
html, body, #app {
height: 100%;
}