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