15560574e0f6cca94729e28b938d48cac64cf6c4
Replace all instances of prefixed flex utility classes (like flex-items-center, flex-justify-between, flex-full, flex-shrink-0) with their standard un-prefixed counterparts (items-center, justify-between, flex-1, shrink-0) across the codebase. Remove the deprecated src/static/scss/flex.scss partial file as it is no longer needed after these updates.
Description
No description provided
Languages
Vue
53%
JavaScript
37.2%
SCSS
7.5%
CSS
1.2%
TypeScript
1%