summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_hyphens.scss
blob: 44b01d18321c08ca96395b731154dea766b4a956 (plain)
1
2
3
4
5
6
@mixin hyphens($hyphenation: none) {
  @include _bourbon-deprecate-for-prefixing("hyphens");

  // none | manual | auto
  @include prefixer(hyphens, $hyphenation, webkit moz ms spec);
}