Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Tsang <6854874+kyletsang@users.noreply.github.com>2021-03-11 06:28:15 +0300
committerGitHub <noreply@github.com>2021-03-11 06:28:15 +0300
commit88cbe443b86e60a16b9c8430c9b4d385d3018a63 (patch)
tree16479382255c433bc18f094c806b9a7ba039d574 /site/content/docs/5.0
parent644afc276169fd94ee2e6c5c79df8337be1b12ed (diff)
Mention .no-gutters removal in migration guide (#33332)
* Mention .no-gutters removal in migration guide * Update site/content/docs/5.0/migration.md Co-authored-by: Mark Otto <otto@github.com>
Diffstat (limited to 'site/content/docs/5.0')
-rw-r--r--site/content/docs/5.0/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 337dfd9afc..3e5fb22e11 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -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