diff options
| author | Mark Otto <[email protected]> | 2017-08-07 22:07:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-07 22:07:16 -0700 |
| commit | 2f6f0c0fb53f8efec4cae92960546931192e9f6a (patch) | |
| tree | 8ee57bb1be5ab50d09bba1399867a34427242d15 | |
| parent | da3185ee0a3957627d918956c9c2266cfa2d3029 (diff) | |
| parent | 2cd2301e7a512e2e77ddcfcdec6d35ab25e326b6 (diff) | |
| download | bootstrap-2f6f0c0fb53f8efec4cae92960546931192e9f6a.tar.xz bootstrap-2f6f0c0fb53f8efec4cae92960546931192e9f6a.zip | |
Merge branch 'v4-dev' into new-home
| -rw-r--r-- | scss/utilities/_background.scss | 1 | ||||
| -rw-r--r-- | scss/utilities/_borders.scss | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/scss/utilities/_background.scss b/scss/utilities/_background.scss index f85c13c60..1ef34fd8e 100644 --- a/scss/utilities/_background.scss +++ b/scss/utilities/_background.scss @@ -2,4 +2,5 @@ @include bg-variant('.bg-#{$color}', $value); } +.bg-white { background-color: $white !important; } .bg-transparent { background-color: transparent !important; } diff --git a/scss/utilities/_borders.scss b/scss/utilities/_borders.scss index 05480582c..82e177c80 100644 --- a/scss/utilities/_borders.scss +++ b/scss/utilities/_borders.scss @@ -15,6 +15,10 @@ } } +.border-white { + border-color: $white !important; +} + // // Border-radius // |
