news/plugins/git-sync/scss/vendor/bourbon/css3/_user-select.scss

4 lines
99 B
SCSS
Raw Normal View History

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