Files
edx-platform/common/static/sass/bourbon/css3/_user-select.scss
2016-03-15 11:57:38 -04:00

4 lines
81 B
SCSS

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