Files
kredits-web/app/styles/bourbon/css3/_user-select.scss
T
2018-04-16 18:11:52 +02:00

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);
}