From 363f39bcb663ba02ff3b38220a45722b46a14e9a Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sat, 20 Jul 2019 11:40:13 +0200 Subject: [PATCH] Document function drops & changes in migration --- site/content/docs/4.3/migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index c0a3cbe1b7d5..89ab293b51e0 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -33,6 +33,8 @@ Changes to our source Sass files and compiled CSS. - **Todo:** Rearrange forms source files (under `scss/forms/`) - **Todo:** Rearrange grid source files (under `scss/grid/`) - Removed print styles and `$enable-print-styles` variable. Print display classes, however, have remained intact. [See #28339](https://github.com/twbs/bootstrap/pull/28339). +- Drop `color()`, `theme-color()` & `gray()` functions in favor of variables. [See #29083](https://github.com/twbs/bootstrap/pull/29083) +- The `theme-color-level()` now accepts any color you want instead of only `$theme-color` colors. [See #29083](https://github.com/twbs/bootstrap/pull/29083) ## JavaScript