3 lines
95 B

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