mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
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…
x
Reference in New Issue
Block a user