Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_overflow.scss « utilities « scss « bootstrap « scss « assets « static - github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8326c30641e6dfce3b23d018edb30c7d044a7d1a (plain)
1
2
3
4
5
// stylelint-disable declaration-no-important

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