@mixin user-select($value: none) {
  @include _bourbon-deprecate-for-prefixing("user-select");

  @include prefixer(user-select, $value, webkit moz ms spec);
}
