grav-theme-libretic/scss/vendor/bourbon/css3/_hyphens.scss
2015-01-15 19:15:54 +01:00

4 lines
No EOL
126 B
SCSS

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