mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00: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);
|
|
}
|