]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: update migration.md to fix a typo
authorEduardo Allegrini <allegrini.eduardo@gmail.com>
Fri, 4 Jun 2021 08:21:34 +0000 (10:21 +0200)
committerMark Otto <otto@github.com>
Mon, 7 Jun 2021 19:29:25 +0000 (12:29 -0700)
site/content/docs/5.0/migration.md

index 14da12b65d371523f0fc46744e51c6079a3a36d1..663666b994b47cabec3cdeb85aa49322eb46fd0f 100644 (file)
@@ -117,7 +117,7 @@ toc: true
 
 - <span class="badge bg-danger">Breaking</span> `.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`).
 
-- <span class="badge bg-danger">Breaking</span> 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.
+- <span class="badge bg-danger">Breaking</span> 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`.