Skip to content

Commit 48ae5a7

Browse files
authored
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
1 parent f086572 commit 48ae5a7

File tree

2 files changed

+224
-337
lines changed

2 files changed

+224
-337
lines changed

site/assets/scss/_content.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
> ul li,
2222
> ol li {
2323
margin-bottom: .25rem;
24+
25+
// stylelint-disable selector-max-type
26+
> ul {
27+
margin-top: -.5rem;
28+
margin-bottom: 1rem;
29+
}
30+
// stylelint-enable selector-max-type
2431
}
2532

2633
// Override Bootstrap defaults

0 commit comments

Comments
 (0)