tiefen_space_op/src/index.css

9 lines
128 B
CSS
Raw Normal View History

2023-12-24 00:17:31 +08:00
@tailwind base;
@tailwind components;
@tailwind utilities;
body{
padding: 0;
margin: 0;
box-sizing: border-box;
}