19 lines
303 B
CSS
19 lines
303 B
CSS
@import "tailwindcss";
|
|
@import "tailwind-scrollbar-hide/v4";
|
|
@import "tw-animate-css";
|
|
@import "@fontsource-variable/inter";
|
|
|
|
@source "./**/*.{ts,tsx}";
|
|
@source "../../../packages/**/src/**/*.{ts,tsx}";
|
|
|
|
html,
|
|
body,
|
|
#root {
|
|
height: 100%;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#root {
|
|
min-height: 0;
|
|
}
|