aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-12-07 09:25:28 -0800
committerMark Otto <[email protected]>2015-12-07 09:25:28 -0800
commitef5b6a224eb5d2f093f9a613cad26a68487d46d7 (patch)
treed4b3a30abe26d89f7ef4ce7d00a5c35133f48a46 /docs/migration.md
parenta78b835143eb0b5c302a9ff4eccc99b302bbb598 (diff)
parent2f176821c3c5439f83a5df4a176534d724e716b9 (diff)
downloadbootstrap-ef5b6a224eb5d2f093f9a613cad26a68487d46d7.tar.xz
bootstrap-ef5b6a224eb5d2f093f9a613cad26a68487d46d7.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/migration.md')
-rw-r--r--docs/migration.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 0d1fd5211..5d14f34a7 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -102,6 +102,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- Dropped nearly all `>` selectors for simpler styling via un-nested classes.
- Instead of HTML-specific selectors like `.nav > li > a`, we use separate classes for `.nav`s, `.nav-item`s, and `.nav-link`s. This makes your HTML more flexible while bringing along increased extensibility.
+## Navbar
+
+- Dropped the `.navbar-form` class entirely. It's no longer necessary.
+
### Pager
- Renamed `.previous` and `.next` to `.pager-prev` and `.pager-next`.