Skip to content

Commit 0475bc6

Browse files
committed
add a bg-transparent to override bgs
1 parent 16ce4cd commit 0475bc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scss/utilities/_background.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
@each $color, $value in $theme-colors {
22
@include bg-variant('.bg-#{$color}', $value);
33
}
4+
5+
.bg-transparent { background-color: transparent !important; }

0 commit comments

Comments
 (0)