1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Rewrite migration guide (#33834)

- De-duplicates bulk of the content for a migration from v4 to v5
- Adds clear breaking labels where appropriate
- Leaves room for more guidance around doing the actual migration
This commit is contained in:
Mark Otto
2021-05-05 08:24:26 -07:00
committed by GitHub
parent f0865727b7
commit 48ae5a7149
2 changed files with 301 additions and 414 deletions

View File

@@ -21,6 +21,13 @@
> ul li,
> ol li {
margin-bottom: .25rem;
// stylelint-disable selector-max-type
> ul {
margin-top: -.5rem;
margin-bottom: 1rem;
}
// stylelint-enable selector-max-type
}
// Override Bootstrap defaults