Current section

Files

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

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

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