diff options
| author | Chris Rebert <[email protected]> | 2014-12-19 20:01:18 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-19 20:01:18 -0800 |
| commit | 7afd2c4e50b533283d99fdd5027b71e09732b571 (patch) | |
| tree | ea177a914e374900539e327e3871dcd4745fea29 /docs/migration.md | |
| parent | 861d1ac07d779f4693c97e571a636ca3b578f5e6 (diff) | |
| download | bootstrap-7afd2c4e50b533283d99fdd5027b71e09732b571.tar.xz bootstrap-7afd2c4e50b533283d99fdd5027b71e09732b571.zip | |
Document Pager and Carousel class renames in the migration guide
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index c0f949477..b678cb892 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -25,7 +25,9 @@ This table shows the style changes between v3.x.x and v4.0.0. | Bootstrap 3.x.x | Bootstrap 4.0.0 | | --- | --- | -| | | +| Pager's `.previous` | `.pager-prev` | +| Pager's `.next` | `.pager-next` | +| Carousel's `.item` | `.carousel-item` | ## What's new We've added new components and changed some existing ones. Here are the new or updated styles. |
