Remove `.bd-example-responsive-containers`

Added in https://github.com/twbs/bootstrap/pull/29095/files#diff-d4fb29267ed3a7c27482bbeac1723ab6 but never used
This commit is contained in:
Martijn Cuppens 2020-03-11 21:23:51 +01:00
parent 51268b700b
commit e45c92f1d5
1 changed files with 0 additions and 9 deletions

View File

@ -30,15 +30,6 @@
border: 1px solid rgba($bd-purple, .15);
}
.bd-example-responsive-containers {
[class^="container"] {
padding-top: .75rem;
padding-bottom: .75rem;
background-color: rgba(86, 61, 124, .15);
border: 1px solid rgba(86, 61, 124, .2);
}
}
// Grid mixins
.example-container {
width: 800px;