Files
test_repo/app/globals.css
2025-10-27 08:55:47 -06:00

9 lines
96 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
margin: 0;
padding: 0;
}