aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergio Pantoja <[email protected]>2017-01-04 10:36:28 -0500
committerMark Otto <[email protected]>2017-01-04 11:26:54 -0800
commitff0cf67a7e9b46d6e1e453bbe2ef85e6b183173f (patch)
tree101f73d6f4a054e6fe5d5805657a0d6659f96f4b /docs
parent1b194c06607f6cc3d087d25d6d49e1698771f3a1 (diff)
downloadbootstrap-ff0cf67a7e9b46d6e1e453bbe2ef85e6b183173f.tar.xz
bootstrap-ff0cf67a7e9b46d6e1e453bbe2ef85e6b183173f.zip
Fix typo on v4 Migration page
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md
index ee3ecb125..e3c68d6f8 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -125,7 +125,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
### Grid system
- Added a new `576px` grid breakpoint as `sm`, meaning there are now five total tiers (`xs`, `sm`, `md`, `lg`, and `xl`).
-- 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`.
+- 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.