From: Eduardo Allegrini Date: Fri, 4 Jun 2021 08:21:34 +0000 (+0200) Subject: docs: update migration.md to fix a typo X-Git-Tag: v5.0.2~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca43fa8892e3ac34a215e230347f2f7f613683ff;p=thirdparty%2Fbootstrap.git docs: update migration.md to fix a typo --- diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 14da12b65d..663666b994 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -117,7 +117,7 @@ toc: true - Breaking `.thead-light` and `.thead-dark` are dropped in favor of the `.table-*` variant classes which can be used for all table elements (`thead`, `tbody`, `tfoot`, `tr`, `th` and `td`). -- Breaking The `table-row-variant()` mixin is renamed to `table-variant()` and accepts only 2 parameters: `$color` (colon name) and `$value` (color code). The border color and accent colors are automatically calculated based on the table factor variables. +- Breaking The `table-row-variant()` mixin is renamed to `table-variant()` and accepts only 2 parameters: `$color` (color name) and `$value` (color code). The border color and accent colors are automatically calculated based on the table factor variables. - Split table cell padding variables into `-y` and `-x`.