6 lines
170 B
CSS
6 lines
170 B
CSS
|
|
/* Global styles are now managed in App.vue and component-specific styles.
|
||
|
|
This file has been cleared to prevent layout conflicts. */
|
||
|
|
* {
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|