From ff0cf67a7e9b46d6e1e453bbe2ef85e6b183173f Mon Sep 17 00:00:00 2001 From: Sergio Pantoja Date: Wed, 4 Jan 2017 10:36:28 -0500 Subject: Fix typo on v4 Migration page --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/migration.md') 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. -- cgit v1.2.3 From e4c0311626befc89c9462e675059edf9d52b9bb1 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Thu, 5 Jan 2017 11:11:50 +1100 Subject: Update broken links. --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index e3c68d6f8..cb4b13410 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -44,7 +44,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to - Dropped the Glyphicons icon font. If you need icons, some options are: - the upstream version of [Glyphicons](https://glyphicons.com/) - [Octicons](https://octicons.github.com/) - - [Font Awesome](https://fortawesome.github.io/Font-Awesome/) + - [Font Awesome](http://fontawesome.io/) - Dropped the Affix jQuery plugin. We recommend using a `position: sticky` polyfill instead. [See the HTML5 Please entry](http://html5please.com/#sticky) for details and specific polyfill recommendations. - If you were using Affix to apply additional, non-`position` styles, the polyfills might not support your use case. One option for such uses is the third-party [ScrollPos-Styler](https://github.com/acch/scrollpos-styler) library. - Dropped the pager component as it was essentially slightly customized buttons. -- cgit v1.2.3