POS / src /index.css
ronylu's picture
Upload 2 files
e686f4f verified
raw
history blame contribute delete
157 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Optional: nicer default background */
html, body, #root { height: 100%; }
body { margin: 0; }