From dc4bfcdf441e927397c857ec25b1e63953809212 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Thu, 20 Aug 2015 22:42:18 -0400 Subject: [PATCH] Add new table functionality to table migration section Calls out the new `.table-inverse`, `.table-reflow`, `.thead-default` and `.thead-inverse` --- docs/migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/migration.md b/docs/migration.md index 78eca6032b..f9b0f45e2e 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -60,6 +60,8 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Responsive tables no longer require a wrapping element. Instead, just put the `.table-responsive` right on the ``. - Renamed `.table-condensed` to `.table-sm` for consistency. - Added a new `.table-inverse` option. +- Added a new `.table-reflow` option. +- Added table header modifers: `.thead-default` and `.thead-inverse` ### Forms