Siopas Inventory PETI for ISTW Website

6 lines
133 B

2 years ago
// stylelint-disable declaration-no-important
@each $value in $overflows {
.overflow-#{$value} { overflow: $value !important; }
}