pebble/third_party/bourbon/css3/_user-select.scss
2025-02-24 18:58:29 -08:00

3 lines
95 B
SCSS

@mixin user-select($arg: none) {
@include prefixer(user-select, $arg, webkit moz ms spec);
}