@mixin ext-hyphens($value: auto) {
    -ms-hyphens: $value;
    -moz-hyphens: $value;
    -webkit-hyphens: $value;
    hyphens: $value;
}