aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-12-14 14:27:59 +0100
committerXhmikosR <[email protected]>2019-12-14 15:47:39 +0200
commit665e1e56b9f3596869e2cbfff473fb4d17b58289 (patch)
tree62076dd12a556124365ea737d168a2cf95dffb22
parentb1b7f8ee7604818d2d2b49483ac09614ecfaee90 (diff)
downloadbootstrap-665e1e56b9f3596869e2cbfff473fb4d17b58289.tar.xz
bootstrap-665e1e56b9f3596869e2cbfff473fb4d17b58289.zip
Add `form-control-focus()` deprecation to migration guide
-rw-r--r--site/content/docs/4.3/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md
index f4e45013a..67f46c1c0 100644
--- a/site/content/docs/4.3/migration.md
+++ b/site/content/docs/4.3/migration.md
@@ -30,6 +30,7 @@ Changes to our source Sass files and compiled CSS.
- `retina-img()`
- `text-hide()` (also dropped the associated utility class, `.text-hide`)
- `visibility()`
+ - `form-control-focus()`
- **Todo:** New variables?
- **Todo:** Rearrange forms source files (under `scss/forms/`)
- **Todo:** Rearrange grid source files (under `scss/grid/`)