8 lines
103 B
SCSS
8 lines
103 B
SCSS
|
|
@import './flex';
|
||
|
|
|
||
|
|
@mixin resize-none {
|
||
|
|
/* #ifndef UNI-APP-X && APP */
|
||
|
|
resize: none;
|
||
|
|
/* #endif */
|
||
|
|
}
|