1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Update docs for new XXL grid tier

- Updates mentions of number and exact tiers
- Updates grid example to include xxl container
- Adds some scss-docs references
- Cleans up other grid mentions and docs
- Updates navbar example to include an expand at XXL variant
This commit is contained in:
Mark Otto
2020-04-13 14:40:47 -07:00
parent e3583115c6
commit 7dedccfb9a
18 changed files with 183 additions and 146 deletions

View File

@@ -1,6 +1,6 @@
// stylelint-disable selector-max-type, selector-max-compound-selectors
// stylelint-disable selector-max-type
.bd-toc-wrap {
.bd-toc {
@include media-breakpoint-up(lg) {
@supports (position: sticky) {
position: sticky;
@@ -11,34 +11,34 @@
overflow-y: auto;
}
}
}
.bd-toc nav {
@include font-size(.875rem);
ul {
padding-left: 0;
list-style: none;
nav {
@include font-size(.875rem);
ul {
padding-left: 1rem;
margin-top: .25rem;
padding-left: 0;
list-style: none;
ul {
padding-left: 1rem;
margin-top: .25rem;
}
}
li {
margin-bottom: .25rem;
}
a {
color: inherit;
&:not(:hover) {
text-decoration: none;
}
code {
font: inherit;
}
}
}
li {
margin-bottom: .25rem;
}
a {
color: inherit;
}
a:not(:hover) {
text-decoration: none;
}
a code {
font: inherit;
}
}