4 lines
99 B
SCSS
4 lines
99 B
SCSS
|
@mixin user-select($value: none) {
|
||
|
@include prefixer(user-select, $value, webkit moz ms spec);
|
||
|
}
|