mirror of https://github.com/twbs/bootstrap.git
add a bg-transparent to override bgs
This commit is contained in:
parent
2feebccf24
commit
9a2b202e8e
|
@ -1,3 +1,5 @@
|
|||
@each $color, $value in $theme-colors {
|
||||
@include bg-variant('.bg-#{$color}', $value);
|
||||
}
|
||||
|
||||
.bg-transparent { background-color: transparent !important; }
|
||||
|
|
Loading…
Reference in New Issue