]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention .no-gutters removal in migration guide (#33332)
authorKyle Tsang <6854874+kyletsang@users.noreply.github.com>
Thu, 11 Mar 2021 03:28:15 +0000 (19:28 -0800)
committerGitHub <noreply@github.com>
Thu, 11 Mar 2021 03:28:15 +0000 (19:28 -0800)
* Mention .no-gutters removal in migration guide

* Update site/content/docs/5.0/migration.md

Co-authored-by: Mark Otto <otto@github.com>
site/content/docs/5.0/migration.md

index 337dfd9afc5f84714791ebc778a2143c3fe46031..3e5fb22e116e8912c65eecf7112e4eb0bb7fdc61 100644 (file)
@@ -343,6 +343,7 @@ Changes to any layout tools and our grid system.
 - The responsive gutter classes can be used to control the gutter width in horizontal, vertical or both directions.
 - The gutter width is now set in `rem` and decreased from `30px` to `1.5rem` (24px).
 - `bootstrap-grid.css` now only applies `box-sizing: border-box` to the column instead of resetting the global box-sizing. This way the grid system can be used, even if `box-sizing: border-box` is not applied to each element.
+- Removed `.no-gutters` in favor of new gutter spacing classes. Use `.g-0` instead. [Read the gutter docs for more details.]({{< docsref "/layout/gutters" >}})
 
 ### Content, Reboot, etc