Files
ogre-alert/assets/scss/lib/bourbon/css3/_hyphens.scss
dcooperdalrymple 22f6c8188e Initial commit.
2021-02-19 16:43:21 -06:00

5 lines
133 B
SCSS

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