mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-07 01:15:39 -06: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);
|
|
}
|