9 lines
75 B
CSS
9 lines
75 B
CSS
@import "tailwindcss";
|
|
|
|
html,
|
|
body,
|
|
#root {
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|