blob: 1380aa8baa9f2f84f5b8eef0428a9e5e3ca1fd2a [file] [log] [blame]
@mixin user-select($arg: none) {
@include prefixer(user-select, $arg, webkit moz ms spec);
}