9 lines
130 B
CSS
9 lines
130 B
CSS
@import "tailwindcss";
|
|
|
|
@layer base {
|
|
html, body, #root, .app-container {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
} |