jce-manager/_sass/bourbon/css3/_user-select.scss
2014-09-11 15:49:20 +03:00

4 lines
95 B
SCSS

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