mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-26 01:28:15 -05:00
4 lines
129 B
SCSS
4 lines
129 B
SCSS
@mixin hyphens($hyphenation: none) {
|
|
// none | manual | auto
|
|
@include prefixer(hyphens, $hyphenation, webkit moz ms spec);
|
|
}
|