$all-variables: (

  // colors.scss
  'white': $white,
  'very-very-light-grey': $very-very-light-grey,
  'very-light-grey': $very-light-grey,
  'light-grey': $light-grey,
  'grey': $grey,
  'dark-grey': $dark-grey,
  'dark': $dark,
  'very-dark': $very-dark,
  'black': $black,
  'light-red': $light-red,
  'red': $red,
  'dark-red': $dark-red,
  'light-pink': $light-pink,
  'pink': $pink,
  'dark-pink': $dark-pink,
  'light-orange': $light-orange,
  'orange': $orange,
  'dark-orange': $dark-orange,
  'light-yellow': $light-yellow,
  'yellow': $yellow,
  'dark-yellow': $dark-yellow,
  'light-green': $light-green,
  'green': $green,
  'dark-green': $dark-green,
  'light-purple': $light-purple,
  'purple': $purple,
  'dark-purple': $dark-purple,
  'light-blue': $light-blue,
  'blue': $blue,
  'dark-blue': $dark-blue,

  // defaults.scss
  'default-font': $default-font,
  'default-font-size': $default-font-size,
  'default-line-height': $default-line-height,
  'background-color': $background-color,
  'text-color': $text-color,
  'border-color': $border-color,
  'discreet-color-light': $discreet-color-light,
  'discreet-color': $discreet-color,
  'discreet-color-dark': $discreet-color-dark,
  'discreet-text-color': $discreet-text-color,
  'link-color': $link-color,
  'link-active-color': $link-active-color,
  'link-weight': $link-weight,
  'default-translucent-opacity': $default-translucent-opacity,
  'default-perspective': $default-perspective,
  'default-transition-duration': $default-transition-duration,
  'default-transition-easing': $default-transition-easing,

  // devices.scss
  'android-phone-width-tight': $android-phone-width-tight,
  'android-phone-width': $android-phone-width,
  'android-phone-width-loose': $android-phone-width-loose,
  'android-phone-height-tight': $android-phone-height-tight,
  'android-phone-height': $android-phone-height,
  'android-phone-height-loose': $android-phone-height-loose,
  'android-tablet-width-tight': $android-tablet-width-tight,
  'android-tablet-width': $android-tablet-width,
  'android-tablet-width-loose': $android-tablet-width-loose,
  'android-tablet-height-tight': $android-tablet-height-tight,
  'android-tablet-height': $android-tablet-height,
  'android-tablet-height-loose': $android-tablet-height-loose,

  'iphone-4-width': $iphone-4-width,
  'iphone-5-width': $iphone-5-width,
  'iphone-6-width': $iphone-6-width,
  'iphone-6-plus-width': $iphone-6-plus-width,
  'ipad-width': $ipad-width,
  'ipad-pro-width': $ipad-pro-width,
  'iphone-4-height': $iphone-4-height,
  'iphone-5-height': $iphone-5-height,
  'iphone-6-height': $iphone-6-height,
  'iphone-6-plus-height': $iphone-6-plus-height,
  'ipad-height': $ipad-height,
  'ipad-pro-height': $ipad-pro-height,

  // dimensions.scss
  'ldpi': $ldpi,
  'hdpi': $hdpi,
  'uhdpi': $uhdpi,

  'content-width-very-tight': $content-width-very-tight,
  'content-width-tight': $content-width-tight,
  'content-width': $content-width,
  'content-width-loose': $content-width-loose,
  'content-width-very-loose': $content-width-very-loose,

  'breakpoint-tiny': $breakpoint-tiny,
  'breakpoint-small': $breakpoint-small,
  'breakpoint-medium': $breakpoint-medium,
  'breakpoint-large': $breakpoint-large,
  'breakpoint-very-large': $breakpoint-very-large,
  'breakpoint-full': $breakpoint-full,

  'breakpoint-phone-tight': $breakpoint-phone-tight,
  'breakpoint-phone': $breakpoint-phone,
  'breakpoint-tablet': $breakpoint-tablet,
  'breakpoint-laptop': $breakpoint-laptop,
  'breakpoint-monitor': $breakpoint-monitor,

  // radius.scss
  'radius-very-tight': $radius-very-tight,
  'radius-tight': $radius-tight,
  'radius': $radius,
  'radius-loose': $radius-loose,
  'radius-very-loose': $radius-very-loose,
  'round': $round,

  // rhythm.scss
  'rhythm-tight-half': $rhythm-tight-half,
  'rhythm-tight': $rhythm-tight,
  'rhythm-base': $rhythm-base,
  'rhythm-loose': $rhythm-loose,
  'hairline-border-width': $hairline-border-width,
  'dashed-border-width': $dashed-border-width,
  'thick-border-width': $thick-border-width,
  'pad-tight-vertical': $pad-tight-vertical,
  'pad-tight-horizontal': $pad-tight-horizontal,
  'pad-vertical': $pad-vertical,
  'pad-horizontal': $pad-horizontal,
  'pad-loose-vertical': $pad-loose-vertical,
  'pad-loose-horizontal': $pad-loose-horizontal,
  'buffer-very-tight': $buffer-very-tight,
  'buffer-tight': $buffer-tight,
  'buffer': $buffer,
  'buffer-loose': $buffer-loose,
  'buffer-relative-tight': $buffer-relative-tight,
  'buffer-relative': $buffer-relative,

  // scrollbars.scss
  'scrollbar-margin': $scrollbar-margin,
  'scrollbar-size': $scrollbar-size,
  'scrollbar-radius': $scrollbar-radius,
  'scrollbar-minlength': $scrollbar-minlength,
  'scrollbar-ff-width': $scrollbar-ff-width,
  'scrollbar-track-color': $scrollbar-track-color,
  'scrollbar-base-color': $scrollbar-base-color,
  'scrollbar-border-color': $scrollbar-border-color,
  'scrollbar-color': $scrollbar-color,
  'scrollbar-color-hover': $scrollbar-color-hover,
  'scrollbar-color-active': $scrollbar-color-active,

  // shadow.scss
  'shadow-color': $shadow-color,

  'shadow-x': $shadow-x,
  'shadow-y': $shadow-y,
  'shadow-size': $shadow-size,
  'shadow-spread': $shadow-spread,
  'shadow-opacity': $shadow-opacity,

  'shadow-very-tight-x': $shadow-very-tight-x,
  'shadow-very-tight-y': $shadow-very-tight-y,
  'shadow-very-tight-size': $shadow-very-tight-size,
  'shadow-very-tight-spread': $shadow-very-tight-spread,
  'shadow-very-tight-opacity': $shadow-very-tight-opacity,

  'shadow-tight-x': $shadow-tight-x,
  'shadow-tight-y': $shadow-tight-y,
  'shadow-tight-size': $shadow-tight-size,
  'shadow-tight-spread': $shadow-tight-spread,
  'shadow-tight-opacity': $shadow-tight-opacity,

  'shadow-loose-x': $shadow-loose-x,
  'shadow-loose-y': $shadow-loose-y,
  'shadow-loose-size': $shadow-loose-size,
  'shadow-loose-spread': $shadow-loose-spread,
  'shadow-loose-opacity': $shadow-loose-opacity,

  'shadow-very-loose-x': $shadow-very-loose-x,
  'shadow-very-loose-y': $shadow-very-loose-y,
  'shadow-very-loose-size': $shadow-very-loose-size,
  'shadow-very-loose-opacity': $shadow-very-loose-opacity,
  'shadow-very-loose-spread': $shadow-very-loose-spread,

  'solid-shadow-width': $solid-shadow-width,

  // text.scss
  'font-system': $font-system,
  'font-sans': $font-sans,
  'font-serif': $font-serif,
  'font-mono': $font-mono,
  'font-size-small': $font-size-small,
  'font-size-large': $font-size-large,
  'font-size-mono': $font-size-mono,
  'font-size-uppercase': $font-size-uppercase,
  'font-weight-thin': $font-weight-thin,
  'font-weight-regular': $font-weight-regular,
  'font-weight-semibold': $font-weight-semibold,
  'font-weight-bold': $font-weight-bold,
  'font-weight-black': $font-weight-black,
  'line-height-very-tight': $line-height-very-tight,
  'line-height-tight': $line-height-tight,
  'line-height': $line-height,
  'line-height-loose': $line-height-loose,
  'line-height-print': $line-height-print,
  'line-height-very-tight-em': $line-height-very-tight-em,
  'line-height-tight-em': $line-height-tight-em,
  'line-height-em': $line-height-em,
  'line-height-loose-em': $line-height-loose-em,
  'line-height-print-em': $line-height-print-em,
  'headline-font': $headline-font,
  'headline-weight': $headline-weight,
  'headline-line-height': $headline-line-height,
  'headline-line-height-em': $headline-line-height-em,
  'font-size-h1': $font-size-h1,
  'font-size-h2': $font-size-h2,
  'font-size-h3': $font-size-h3,
  'font-size-h4': $font-size-h4,
  'font-size-h5': $font-size-h5,
  'font-size-h6': $font-size-h6,

  // transitions.scss
  'transition-very-very-fast': $transition-very-very-fast,
  'transition-very-fast': $transition-very-fast,
  'transition-fast': $transition-fast,
  'transition-medium': $transition-medium,
  'transition-slow': $transition-slow,
  'transition-slowish': $transition-slowish,
  'transition-very-slow': $transition-very-slow,
  'transition-very-very-slow': $transition-very-very-slow,
  'transition-properties-style': $transition-properties-style,
  'transition-properties-common': $transition-properties-common,
  'transition-properties-transform': $transition-properties-transform,
  'transition-properties-position': $transition-properties-position,
  'easing-none': $easing-none,
  'easing-ease': $easing-ease,
  'easing-snap': $easing-snap,
  'easing-bounce': $easing-bounce,
  'easing-smooth': $easing-smooth,
);
