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