Files
cashier_app/uni_modules/lime-style/mixins/utilities.scss
2025-12-03 10:13:55 +08:00

8 lines
103 B
SCSS

@import './flex';
@mixin resize-none {
/* #ifndef UNI-APP-X && APP */
resize: none;
/* #endif */
}