7 lines
142 B
CSS
7 lines
142 B
CSS
@import "tailwindcss/preflight";
|
|
@import "tailwindcss/utilities";
|
|
|
|
/* Minimal default to keep things clean */
|
|
html, body {
|
|
height: 100%;
|
|
} |