aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-05-11 16:38:17 -0700
committerMark Otto <[email protected]>2016-05-11 16:38:17 -0700
commit1993fe59852384d713121c80867ca9e044ed0932 (patch)
tree57f6d901e5740053518f31b12e94727217a8609a /docs
parent0eeff0b7cdff01a4e45f46589a4bfafd7cc2d602 (diff)
downloadbootstrap-1993fe59852384d713121c80867ca9e044ed0932.tar.xz
bootstrap-1993fe59852384d713121c80867ca9e044ed0932.zip
Fixes #19267: Mention grid class changes in migration docs
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 48f1178e0..8fea84b80 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -116,6 +116,9 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
### Grid system
- Added a new `~480px` grid breakpoint, meaning there are now five total tiers.
+- Renamed the responsive grid modifier classes from `.col-{breakpoint}-{modifier}-{size}` to `.{modifier}-{breakpoint}-{size}` for simpler grid classes. For example, instead of `.col-md-3.col-md-push-9` it's `col-md-3.push-md-9`.
+- Overhauled the grid mixins to merge `make-col` and `make-col-span` into a single `make-col` mixin, thereby ensuring mixins and predefined classes utilize the same float/flex behaviors.
+- Added flexbox utility classes for grid system and components.
### Navs