mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
add a bg-transparent to override bgs
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
@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; }
|
||||||
|
Reference in New Issue
Block a user