6 lines
160 B
SCSS
6 lines
160 B
SCSS
@mixin user-select($value: none) {
|
|
@include _bourbon-deprecate-for-prefixing("user-select");
|
|
|
|
@include prefixer(user-select, $value, webkit moz ms spec);
|
|
}
|