diff options
| author | Mark Otto <[email protected]> | 2017-06-30 14:46:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-30 15:23:36 -0700 |
| commit | 9a2b202e8ea0da5204ea82b8537981706732419c (patch) | |
| tree | bf88076435b38e90c74d339ca8bca2e882a27444 | |
| parent | 2feebccf24114bc09703a0f08381dab94a135a78 (diff) | |
| download | bootstrap-9a2b202e8ea0da5204ea82b8537981706732419c.tar.xz bootstrap-9a2b202e8ea0da5204ea82b8537981706732419c.zip | |
add a bg-transparent to override bgs
| -rw-r--r-- | scss/utilities/_background.scss | 2 |
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; } |
