aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-17 18:37:11 -0700
committerMark Otto <[email protected]>2017-10-17 18:37:11 -0700
commitc075968c14832447abfb770f435cd0d9169875fa (patch)
treeda0fd05dd19da75172ef807789a5d8f98f93b373
parente953d195f246fa32cd3ea9092822be64e5f6d57b (diff)
downloadbootstrap-c075968c14832447abfb770f435cd0d9169875fa.tar.xz
bootstrap-c075968c14832447abfb770f435cd0d9169875fa.zip
mention color contrast function change
-rw-r--r--docs/4.0/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index 8a0d3d3fa..5274e3c4b 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -18,6 +18,7 @@ While in beta, we aim to have no breaking changes. However, things don't always
- Responsive tables now generate classes for each grid breakpoint. This breaks from Beta 1 in that the `.table-responsive` you've been using is more like `.table-responsive-md`. You may now use `.table-responsive` or `.table-responsive-{sm,md,lg,xl}` as needed.
- Dropped Bower support as the package manager has been deprecated for alternatives (e.g., Yarn or npm). [See bower/bower#2298](https://github.com/bower/bower/issues/2298) for details.
- Bootstrap now requires jQuery 3.0.0 or higher.
+- Changed the `color-yiq` from a mixin that included the `color` property to a function that returns a value, allowing you to use it for any CSS property. For example, instead of `color-yiq(#000)`, you'd write `color: color-yiq(#000);`.
### Highlights