summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_user-select.scss
blob: b262ae4ca82135046fab6267de96edafef634a3b (plain)
1
2
3
4
5
@mixin user-select($value: none) {
  @include _bourbon-deprecate-for-prefixing("user-select");

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