9 lines
No EOL
133 B
CSS
9 lines
No EOL
133 B
CSS
@import "tailwindcss";
|
|
|
|
html, body, #root {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
@apply text-black bg-white;
|
|
} |