From: Mark Otto Date: Tue, 22 Aug 2017 01:21:23 +0000 (-0700) Subject: Update migration.md X-Git-Tag: v4.0.0-beta.2~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=802cab529ae267851d5071f565839d96f53f9bdd;p=thirdparty%2Fbootstrap.git Update migration.md --- diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 3930639377..b243f7925b 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -11,6 +11,7 @@ While in beta, we aim to have no breaking changes. However, things don't always - Removed `$badge-color` variable and its usage on `.badge`. We use a color contrast function to pick a `color` based on the `background-color`, so the variable is unnecessary. - Renamed `grayscale()` function to `gray()` to avoid breaking conflict with the CSS native `grayscale` filter. +- Renamed `.table-inverse`, `.thead-inverse`, and `.thead-default` to `.*-dark` and `.*-light`, matching our color schemes used elsewhere. ## Summary