We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ce4cd commit 0475bc6Copy full SHA for 0475bc6
scss/utilities/_background.scss
@@ -1,3 +1,5 @@
1
@each $color, $value in $theme-colors {
2
@include bg-variant('.bg-#{$color}', $value);
3
}
4
+
5
+.bg-transparent { background-color: transparent !important; }
0 commit comments