diff options
| author | Chris Rebert <[email protected]> | 2014-12-19 20:08:43 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-19 20:08:43 -0800 |
| commit | 75907f89fba85c1f9244646afef5936b5a526e61 (patch) | |
| tree | a294708511d2b1c9db50978705d2e77cb4a124a6 /docs | |
| parent | b9994c077cac010a2b1e9005ac254433833a241a (diff) | |
| download | bootstrap-75907f89fba85c1f9244646afef5936b5a526e61.tar.xz bootstrap-75907f89fba85c1f9244646afef5936b5a526e61.zip | |
clarify that .progress still exists
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index 11bc6f9e8..d32462177 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -36,7 +36,7 @@ We've added new components and changed some existing ones. Here are the new or u | --- | --- | | Cards | New, more flexible component to replace v3's panels, thumbnails, and wells. | | New navbar | Replaces the previous navbar with a new, simpler component. | -| New progress bars | Replaces the old `.progress` with a real `<progress>` element. | +| New progress bars | Replaces the old `.progress` `<div>` with a real `<progress>` element. | ## What's removed The following components have been removed in v4.0.0. |
