0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge branch 'v4-dev' into new-home

This commit is contained in:
Mark Otto 2017-08-07 22:07:16 -07:00
commit 2f6f0c0fb5
2 changed files with 5 additions and 0 deletions

View File

@ -2,4 +2,5 @@
@include bg-variant('.bg-#{$color}', $value);
}
.bg-white { background-color: $white !important; }
.bg-transparent { background-color: transparent !important; }

View File

@ -15,6 +15,10 @@
}
}
.border-white {
border-color: $white !important;
}
//
// Border-radius
//