summaryrefslogtreecommitdiff
path: root/_sass/bourbon/css3/_hyphens.scss
blob: 042f3471e18e35eec43d27e8097fe930419ee4ad (plain)
1
2
3
4
@mixin hyphens($hyphenation: none) {
  // none | manual | auto
  @include prefixer(hyphens, $hyphenation, webkit moz ms spec);
}