tiefen_space_share_web/app/globals.css

8 lines
119 B
CSS
Raw Normal View History

2024-12-04 14:14:25 +08:00
@tailwind base;
@layer base {
img {
@apply inline-block;
}
}
@tailwind components;
@tailwind utilities;