@mixin user-select($select) {
    $select: unquote($select);
    @include experimental(user-select, $select,
     -moz, -webkit, not -o, not -ms, -khtml, official
    );
}