brouilleursdeblanc/_sass/vendor/bourbon/css3/_hyphens.scss
Michael Rose aadb22ffcf Cleanup stylesheets
- Add Bourbon and Neat
2014-09-04 14:48:52 -04:00

4 lines
No EOL
126 B
SCSS

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