8 lines
124 B
SCSS
8 lines
124 B
SCSS
@import './flex';
|
|
|
|
@mixin resize-none {
|
|
/* #ifndef APP-IOS || APP-ANDROID || APP-HARMONY */
|
|
resize: none;
|
|
/* #endif */
|
|
}
|