14 lines
203 B
CSS
14 lines
203 B
CSS
@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;
|
|
}
|