/*
* ==========================================================================
* VARIABLE DECLARATION
* ==========================================================================
*/

// Octicon to same as Bootstrap/Font Awesome fonts
$octicons-font-path: $icon-font-path;

// The only variable in Stache that should probably go away too.
$section-padding: 50px 0;

// Needed for azure footer parent
$footer-bg: #f3f3f4;

// Used to break word-wraps in search results in the omnibar
@mixin word-wrap() {
  word-break:     break-word;
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  hyphens:         auto;
}
