jce-manager/_sass/bourbon/css3/_user-select.scss

4 lines
95 B
SCSS
Raw Normal View History

2014-09-11 12:49:20 +00:00
@mixin user-select($arg: none) {
@include prefixer(user-select, $arg, webkit moz ms spec);
}