Files
QXTstore/QXTfront/uni_modules/lime-style/mixins/utilities.scss
2025-11-05 17:34:23 +08:00

8 lines
103 B
SCSS

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