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

  @include prefixer(appearance, $value, webkit moz ms o spec);
}