Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Allegrini <allegrini.eduardo@gmail.com>2021-06-04 11:21:34 +0300
committerMark Otto <otto@github.com>2021-06-07 22:29:25 +0300
commitca43fa8892e3ac34a215e230347f2f7f613683ff (patch)
tree28e85822631d24b667fadc4c43b710ebce783237 /site/content/docs
parentcb47b8c9640abcc19c17908475153849b9d4ad60 (diff)
docs: update migration.md to fix a typo
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.0/migration.md2
1 files changed, 1 insertions, 1 deletions
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
- <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`.