mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
4 lines
126 B
SCSS
4 lines
126 B
SCSS
|
@mixin hyphens($hyphenation: none) {
|
||
|
// none | manual | auto
|
||
|
@include prefixer(hyphens, $hyphenation, webkit moz ms spec);
|
||
|
}
|