From 47ee60d081630a3a1aaaf68cef5e29ca3d6c1d0b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 21 Jul 2019 15:02:22 +0300 Subject: [PATCH] Update migration.md --- site/content/docs/4.3/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index 597f289be34a..63fa14b04040 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -33,7 +33,7 @@ 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) +- Dropped `color()`, `theme-color()` & `gray()` functions in favor of variables. [See #29083](https://github.com/twbs/bootstrap/pull/29083) - The `theme-color-level()` function is renamed to `color-level()` and now accepts any color you want instead of only `$theme-color` colors. [See #29083](https://github.com/twbs/bootstrap/pull/29083) ## JavaScript