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

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