SnapKit/_sass/bourbon/css3/_hyphens.scss

5 lines
129 B
SCSS
Raw Permalink Normal View History

2015-04-15 18:52:48 +08:00
@mixin hyphens($hyphenation: none) {
// none | manual | auto
@include prefixer(hyphens, $hyphenation, webkit moz ms spec);
}