mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-02 07:07:46 -04: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);
|
|
}
|