Sha256: 22aaac16b2ef29599b7aef6abb9d66fb57ec2d662267eaa937c011beed83a1d3

Contents?: true

Size: 403 Bytes

Versions: 13

Compression:

Stored size: 403 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);
  }
}

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

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

Version data entries

13 entries across 13 versions & 7 rubygems

Version Path
enju_library-0.3.8 spec/dummy/node_modules/bootstrap/scss/utilities/_background.scss
devme-jekyll-theme-0.1.2 _sass/bootstrap/scss/utilities/_background.scss
devme-jekyll-theme-0.1.1 _sass/bootstrap/scss/utilities/_background.scss
devme-jekyll-theme-0.1.0 _sass/bootstrap/scss/utilities/_background.scss
viniBaxter-desk_front-0.2.0 lib/viniBaxter/sass/desk_front/bootstrap_4/utilities/_background.scss
viniBaxter-spa_landing-0.4.0 lib/viniBaxter/sass/spa_landing/scss/utilities/_background.scss
viniBaxter-spa_directory-0.1.0 lib/viniBaxter/sass/spa_directory/scss/utilities/_background.scss
viniBaxter-spa_landing-0.3.0 lib/viniBaxter/sass/spa_landing/scss/utilities/_background.scss
viniBaxter-spa_landing-0.2.0 lib/viniBaxter/sass/spa_landing/scss/utilities/_background.scss
viniBaxter-spa_landing-0.1.0 lib/viniBaxter/sass/spa_landing/scss/utilities/_background.scss
jekyll-theme-marketing-1.0.1 assets/node_modules/bootstrap/scss/utilities/_background.scss
jekyll-theme-marketing-1.0.0 assets/node_modules/bootstrap/scss/utilities/_background.scss
bootstrap-4.4.1 assets/stylesheets/bootstrap/utilities/_background.scss