utilities.scss 103 B

1234567
  1. @import './flex';
  2. @mixin resize-none {
  3. /* #ifndef UNI-APP-X && APP */
  4. resize: none;
  5. /* #endif */
  6. }