8 lines
98 B
CSS
8 lines
98 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html, body, #root {
|
|
height: 100%;
|
|
}
|