Files
1XJT/scoring/uni_modules/lime-style/mixins/utilities.scss

8 lines
103 B
SCSS
Raw Normal View History

2025-11-12 15:08:51 +08:00
@import './flex';
@mixin resize-none {
/* #ifndef UNI-APP-X && APP */
resize: none;
/* #endif */
}