RealStickman a88ea5ab9d Revert "Reset to default theme"
This reverts commit e861eadcf859a9e9db8b2f400df6893f5fdd21e8.
2022-06-24 18:08:45 +02:00

4 lines
126 B
SCSS

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