$overflows: auto, hidden, visible;

@each $value in $overflows {
  .overflow-#{$value} { overflow: $value !important; }
}
