website/assets/sass/bourbon/css3/_user-select.scss

4 lines
95 B
SCSS
Raw Permalink Normal View History

2015-08-30 12:34:43 -04:00
@mixin user-select($arg: none) {
@include prefixer(user-select, $arg, webkit moz ms spec);
}