Commit 9a2b202e authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

add a bg-transparent to override bgs

parent 2feebccf
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!17021v4
Showing with 2 additions and 0 deletions
+2 -0
@each $color, $value in $theme-colors { @each $color, $value in $theme-colors {
@include bg-variant('.bg-#{$color}', $value); @include bg-variant('.bg-#{$color}', $value);
} }
.bg-transparent { background-color: transparent !important; }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment