_user-select.scss 95 B

123
  1. @mixin user-select($arg: none) {
  2. @include prefixer(user-select, $arg, webkit moz ms spec);
  3. }