Sha256: 889f3195807eb79826571f1739d3dd0587186e33915ca70d59a2d0d08ad74c01

Contents?: true

Size: 428 Bytes

Versions: 3

Compression:

Stored size: 428 Bytes

Contents

// stylelint-disable declaration-no-important

@each $color, $value in $theme-colors {
  @include bg-variant(".bg-#{$color}", $value, true);
}

@if $enable-gradients {
  @each $color, $value in $theme-colors {
    @include bg-gradient-variant(".bg-gradient-#{$color}", $value, true);
  }
}

.bg-white {
  background-color: $white !important;
}

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chulapa-jekyll-1.1.0 _sass/bootstrap/utilities/_background.scss
chulapa-jekyll-1.0.1 _sass/bootstrap/utilities/_background.scss
chulapa-jekyll-1.0.0 _sass/bootstrap/utilities/_background.scss