aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/utilities/_background.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/utilities/_background.scss b/scss/utilities/_background.scss
index 853d08ebd..f85c13c60 100644
--- a/scss/utilities/_background.scss
+++ b/scss/utilities/_background.scss
@@ -1,3 +1,5 @@
@each $color, $value in $theme-colors {
@include bg-variant('.bg-#{$color}', $value);
}
+
+.bg-transparent { background-color: transparent !important; }