Files
SIB/frontend/src/style.css

8 lines
189 B
CSS
Raw Normal View History

@import "tailwindcss";
2026-02-21 09:53:31 -05:00
/* Global styles are now managed in App.vue and component-specific styles.
Tailwind v4 handles utility classes automatically. */
2026-02-21 09:53:31 -05:00
* {
box-sizing: border-box;
}