From: joe Date: Sat, 19 Dec 2020 06:23:50 +0000 (-0500) Subject: added class selector "." to "dropend" (#32534) X-Git-Tag: v5.0.0-beta2~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=561c0d8cde549c24ba7c451a6d0742089290b3a7;p=thirdparty%2Fbootstrap.git added class selector "." to "dropend" (#32534) It was missing the `.` before `dropend`. --- diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 1a442d516a..551499e350 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -33,7 +33,7 @@ Horizontal direction sensitive variables, utilities and mixins are renamed with ##### Components -- Renamed `.dropleft` and `.dropright` to `.dropstart` and `dropend`. +- Renamed `.dropleft` and `.dropright` to `.dropstart` and `.dropend`. - Renamed `.dropdown-menu-*-left` and `.dropdown-menu-*-right` to `.dropdown-menu-*-start` and `.dropdown-menu-*-end`. - Renamed `.bs-popover-left` and `.bs-popover-right` to `.bs-popover-start` and `.bs-popover-end`. - Renamed `.bs-tooltip-left` and `.bs-tooltip-right` to `.bs-tooltip-start` and `.bs-tooltip-end`.