Current section

Files

Jump to
ex_admin web static css bourbon css3 _user-select.scss
Raw

web/static/css/bourbon/css3/_user-select.scss

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