| Current Path : C:/xampp/htdocs/esuporta/vendors/bootstrap/scss/utilities/ |
| Current File : C:/xampp/htdocs/esuporta/vendors/bootstrap/scss/utilities/_overflow.scss |
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}