pogodevorg/docs.pogodev.org

View on GitHub
bower_components/bourbon/app/assets/stylesheets/css3/_hyphens.scss

Summary

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