Files
bob/packages/playground/src/index.css
2023-09-26 21:30:26 +02:00

11 lines
111 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body,
#root,
#root > div {
height: 100%;
}