Sha256: 16f90453aa79392de158d41641a96e9d2ff8bae90424b93d7c11a2acb903fa92
Contents?: true
Size: 397 Bytes
Versions: 520
Compression:
Stored size: 397 Bytes
Contents
// stylelint-disable declaration-no-important @each $color, $value in $theme-colors { @include bg-variant(".bg-#{$color}", $value); } @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
520 entries across 511 versions & 54 rubygems