/* ------------------------------------ *\
  #TOOLS
\* ------------------------------------ */

/**
  * Globally shared functions and mixins.
  *
  *
  * Button-Color.........Mixin to automatically manage button border color,
  *                      background color and text color relationships - all
  *                      based on the intended button background color.
  * Clearfix.............A micro clearfix mixin.
  * Font-Face............Mixin to simplify @font-face rules
  * Font-Family..........Mixin for picking the font-face stack used.
  * Font-Size............Mixin to simplify appling our modular scale
  * Font-Weight..........Simplify and normalize applying font-weight:
  * Full-bleed...........Mixin to help a component fill 100% the full width of
  *                      the page, even if the component's parent wouldn't
  *                      normally allow it.
  * Gradients............Mixin for simplifying using linear and radial gradients
  * Hyphenate............Tool for handling word wrapping and hyphenation
  * Inline-SVG...........
  * No-Select............Tool to simplify disabling text highlighting
  * Position.............Setting an element position (adapted from Bourbon)
  * Spacing..............
  * Strip-Unit...........Function for removing units from CSS values
  * SVG Icon.............
  * Text-Contrast........Mixin that automatically chooses your text color based
  *                      on your background color. Provides better contrast for
  *                      accessibility.
  * Visuallyhidden.......Mixin for visually hiding elements.
  */

@import 'tools.button-color';
@import 'tools.clearfix';
@import 'tools.font-face';
@import 'tools.font-family';
@import 'tools.font-size';
@import 'tools.font-weight';
@import 'tools.full-bleed';
@import 'tools.gradients';
@import 'tools.hyphenate';
@import 'tools.inline-svg';
@import 'tools.no-select';
@import 'tools.position';
@import 'tools.strip-unit';
@import 'tools.svg-icon';
@import 'tools.text-contrast';
@import 'tools.uppercase';
@import 'tools.visuallyhidden';
