blob: 5f8bddafa5a61d2e61cfeac5c6777ce4833b653b [file] [log] [blame]
@mixin hyphens($hyphenation: none) {
// none | manual | auto
@include prefixer(hyphens, $hyphenation, webkit moz ms spec);
}