Sha256: 2f0608a63301dea088bc28fb2ba10f4d5e8c76032ea559e51d53567630e662a6
Contents?: true
Size: 409 Bytes
Versions: 214
Compression:
Stored size: 409 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
214 entries across 214 versions & 13 rubygems