_hyphens.scss 126 B

1234
  1. @mixin hyphens($hyphenation: none) {
  2. // none | manual | auto
  3. @include prefixer(hyphens, $hyphenation, webkit moz ms spec);
  4. }