tiefen_space_web/app/globals.css

8 lines
119 B
CSS
Raw Normal View History

2024-01-03 01:07:16 +08:00
@tailwind base;
@layer base {
img {
@apply inline-block;
}
}
@tailwind components;
@tailwind utilities;