/* ===================================================
/* DISPLAYS
/* ===================================================

// ====================================
// MIXINS
// ====================================
=create-display($display:block)
  display: $display

// ====================================
// DISPLAYS
// ====================================
@each $name, $type in $display-map
  .make-display-#{$name}
    +create-display($type)  