perfect-postcode/frontend/src/index.css
2026-01-25 21:07:48 +00:00

11 lines
125 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body,
#root {
height: 100%;
margin: 0;
padding: 0;
}