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
<p>The Bootstrap v5 grid system has six tiers of classes: xs (extra small, this class infix is not used), sm (small), md (medium), lg (large), xl (x-large), and xxl (xx-large). You can use nearly any combination of these classes to create more dynamic and flexible layouts.</p>
111
-
<p>Each tier of classes scales up, meaning if you plan on setting the same widths for md, lg, xl and xxl, you only need to specify md.</p>
110
+
<p>The Bootstrap v5 grid system has six tiers of classes: xs (extra small, this class infix is not used), sm (small), md (medium), lg (large), xl (x-large), and 2xl (xx-large). You can use nearly any combination of these classes to create more dynamic and flexible layouts.</p>
111
+
<p>Each tier of classes scales up, meaning if you plan on setting the same widths for md, lg, xl and 2xl, you only need to specify md.</p>
<p>Additional classes added in Bootstrap v4.4 allow containers that are 100% wide until a particular breakpoint. v5 adds a new <code>xxl</code> breakpoint.</p>
175
+
<p>Additional classes added in Bootstrap v4.4 allow containers that are 100% wide until a particular breakpoint. v5 adds a new <code>2xl</code> breakpoint.</p>
Copy file name to clipboardExpand all lines: site/src/content/docs/migration.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Bootstrap 6 is a major release with many breaking changes to modernize our codeb
60
60
-**Updated lg, xl, and 2xl breakpoints and containers.**
61
61
- Increased the `lg` breakpoint from 992px to 1024px; it's container remains the same at 960px.
62
62
- Increased the `xl` breakpoint from 1200px to 1280px, and it's container from 1140px to 1200px.
63
-
- Renamed `xxl` to `2xl` for better scaling with additional custom breakpoints
63
+
- Renamed `2xl` to `2xl` for better scaling with additional custom breakpoints
64
64
- Increased the `2xl` breakpoint from 1400px to 1536px, and it's container from 1320px to 1440px.
65
65
66
66
### Sass
@@ -74,7 +74,7 @@ Bootstrap 6 is a major release with many breaking changes to modernize our codeb
74
74
- Removed `muted`, `black-50`, and `white-50` from text colors utilities map
75
75
- Consolidated carousel dark variables, removing `$carousel-dark-indicator-active-bg`, `$carousel-dark-caption-color`, and `$carousel-dark-control-icon-filter` for their reassigned counterparts.
76
76
- Removed `$btn-close-white-filter` for `$btn-close-filter-dark`.
77
-
- Removed `$border-radius-2xl`, use `$border-radius-xxl`.
77
+
- Removed `$border-radius-2xl`, use `$border-radius-2xl`.
78
78
- Removed `$text-muted` for secondary color.
79
79
- Removed `$hr-bg-color` for `$hr-border-color` and `$hr-height` for `$hr-border-width`.
80
80
- Removed unused `$dropdown-header-padding` for the `-x`/`-y` split variables.
0 commit comments