From ca43fa8892e3ac34a215e230347f2f7f613683ff Mon Sep 17 00:00:00 2001 From: Eduardo Allegrini Date: Fri, 4 Jun 2021 10:21:34 +0200 Subject: [PATCH] docs: update migration.md to fix a typo --- site/content/docs/5.0/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.