Current section

Files

Jump to
thesis web static css _vendor bourbon css3 _hyphens.scss
Raw

web/static/css/_vendor/bourbon/css3/_hyphens.scss

@mixin hyphens($hyphenation: none) {
// none | manual | auto
@include prefixer(hyphens, $hyphenation, webkit moz ms spec);
}