/* Initial Value: manual Values: none, manual, auto */ @mixin hyphens($value:auto) { @include prefix('hyphens',$value,-moz -webkit); }