mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 17:18:21 -05:00
4 lines
99 B
SCSS
4 lines
99 B
SCSS
|
@mixin user-select($value: none) {
|
||
|
@include prefixer(user-select, $value, webkit moz ms spec);
|
||
|
}
|