GIF89a php
Current File : /home/hencockfreshchic/public_html/app/scss/bootstrap/scss/utilities/_overflow.scss
// stylelint-disable declaration-no-important

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