Files
QXTstore/QXTfront/uni_modules/lime-style/mixins/utilities.scss

8 lines
103 B
SCSS
Raw Normal View History

2025-11-05 17:34:23 +08:00
@import './flex';
@mixin resize-none {
/* #ifndef UNI-APP-X && APP */
resize: none;
/* #endif */
}