mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-09 00:07:38 -06:00
5 lines
129 B
SCSS
5 lines
129 B
SCSS
@mixin hyphens($hyphenation: none) {
|
|
// none | manual | auto
|
|
@include prefixer(hyphens, $hyphenation, webkit moz ms spec);
|
|
}
|