You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/content/docs/migrations/migration-from-boosted.mdx
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -568,6 +568,20 @@ See [our new Text Area page]([[docsref:/forms/text-area]]) for more information.
568
568
569
569
### Spacings
570
570
571
+
- <spanclass="tag tag-small rounded-none tag-info">Info</span> You might be able to transfer your spacing utilities following one of the two proposed methods (while keeping almost the rendering and at least the same proportion between spacings):
572
+
- Keep the previous behavior and getting one utility for another.
7.**All numbers**: Search for `(([" \.][mp]|-?gap)[tblrsexy]?-[a-z]{0,3}-?n?)\d` and you shouldn’t have Bootstrap spacing utilities anymore
580
+
{/* Next technique is almost unusable in practice */}
581
+
- Change all the utilities using more precise utilities
582
+
1.**Mixing Bootstrap numbers**: Search for `([" \.][mp]|-?gap)[tblrsexy]?-[a-z]{0,3}-?n?\d`, when you match multiple on one line, consider using one of our [scaled spacing utilities]([[docsref:/utilities/spacing#notation-for-scaled-values]]) (for example, `.mb-1.mb-md-2` → `.mb-scaled-2xsmall`).
583
+
2.**Remaining standalone classes**: Follow the previous guide going through all the standalone classes.
584
+
571
585
- <spanclass="tag tag-small rounded-none tag-negative">Breaking</span> The following margin spacing utilities have been removed from the default build (`.m{position}-{breakpoint}-{negative}{value}`). Please check the new [spacing values]([[docsref:/utilities/spacing]]) directly in the documentation and adapt your websites to them. You can still have them using `$enable-bootstrap-compatibility`:
- <spanclass="tag tag-small rounded-none tag-warning">Warning</span> You might be able to transfer your spacing utilities following one of the two proposed methods (while keeping almost the rendering and at least the same proportion between spacings):
677
-
- Keep the previous behavior and getting one utility for another.
7.**All numbers**: Search for `(([" \.][mp]|-?gap)[tblrsexy]?-[a-z]{0,3}-?n?)\d` and you shouldn’t have Bootstrap spacing utilities anymore
685
-
{/* Next technique is almost unusable in practice */}
686
-
- Change all the utilities using more precise utilities
687
-
1.**Mixing Bootstrap numbers**: Search for `([" \.][mp]|-?gap)[tblrsexy]?-[a-z]{0,3}-?n?\d`, when you match multiple on one line, consider using one of our [scaled spacing utilities]([[docsref:/utilities/spacing#notation-for-scaled-values]]) (for example, `.mb-1.mb-md-2` → `.mb-scaled-2xsmall`).
688
-
2.**Remaining standalone classes**: Follow the previous guide going through all the standalone classes.
689
-
690
690
### Text
691
691
692
692
- <spanclass="tag tag-small rounded-none tag-negative">Breaking</span> `.text-xxl-{start|end|none}` responsive alignment text utility has been replaced by `.text-2xl-{start|end|none}`. Please refer to the [new breakpoints’ names]([[docsref:/layout/breakpoints#available-breakpoints]]). You can still have it using `$enable-bootstrap-compatibility`.
0 commit comments