Skip to content

Commit

Permalink
Rewrite migration guide
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
mdo committed May 5, 2021
1 parent e2df73f commit 528b25c
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 337 deletions.
5 changes: 5 additions & 0 deletions site/assets/scss/_content.scss
Expand Up @@ -21,6 +21,11 @@
> ul li,
> ol li {
margin-bottom: .25rem;

> ul {
margin-top: -.5rem;
margin-bottom: 1rem;
}
}

// Override Bootstrap defaults
Expand Down

0 comments on commit 528b25c

Please sign in to comment.