diff options
| author | Brian Surowiec <[email protected]> | 2017-08-11 12:13:58 -0400 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-11 10:15:07 -0700 |
| commit | 860ca6dee8d68151165bfa2d0bde02cb180ddd33 (patch) | |
| tree | 4a2d7d1a1f4930ce392d1545c19bc991a1c57582 | |
| parent | ac9176be92765d3fd6ff57c24858d8cb14964b39 (diff) | |
| download | bootstrap-860ca6dee8d68151165bfa2d0bde02cb180ddd33.tar.xz bootstrap-860ca6dee8d68151165bfa2d0bde02cb180ddd33.zip | |
Fix malformed link
| -rw-r--r-- | docs/4.0/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index f5bdc8b72..a2cb9aea0 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -224,7 +224,7 @@ Dropped entirely for the new card component. - **Display, hidden, and more:** - Made display utilities responsive (e.g., `.d-none` and `d-{sm,md,lg,xl}-none`). - - Dropped the bulk of `.hidden-*` utilities for new [display utilities](({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/). For example, instead of `.hidden-sm-up`, use `.d-sm-none`. Renamed the `.hidden-print` utilities to use the display utility naming scheme. [More info under the Responsive utilities section of this page.](#responsive-utilities) + - Dropped the bulk of `.hidden-*` utilities for new [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/). For example, instead of `.hidden-sm-up`, use `.d-sm-none`. Renamed the `.hidden-print` utilities to use the display utility naming scheme. [More info under the Responsive utilities section of this page.](#responsive-utilities) - Added `.float-{sm,md,lg,xl}-{left,right,none}` classes for responsive floats and removed `.pull-left` and `.pull-right` since they're redundant to `.float-left` and `.float-right`. - **Type:** - Added responsive variations to our text alignment classes `.text-{sm,md,lg,xl}-{left,center,right}`. |
