Files
edx-platform/common/static/sass/bourbon/css3/_user-select.scss
2013-07-10 09:17:58 -04:00

4 lines
95 B
SCSS

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