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

_background.scss « utilities « bootstrap « stylesheets « assets - github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f85c13c60e532763623a2451d3affee6d81a7f01 (plain)
1
2
3
4
5
@each $color, $value in $theme-colors {
  @include bg-variant('.bg-#{$color}', $value);
}

.bg-transparent { background-color: transparent !important; }