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

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2021-08-04 20:39:57 +0300
committerGitHub <noreply@github.com>2021-08-04 20:39:57 +0300
commit1384ac13fbfa4f4c26a7f961c55044d1675bbb39 (patch)
treea1b38ab51238c3759be495072c99ceea42777157 /src
parent8e0e602e311d664527a06aaaa7f618ae8bc991c2 (diff)
Update 2021-08-04-bootstrap-5-1-0.md
Diffstat (limited to 'src')
-rw-r--r--src/_posts/2021/2021-08-04-bootstrap-5-1-0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_posts/2021/2021-08-04-bootstrap-5-1-0.md b/src/_posts/2021/2021-08-04-bootstrap-5-1-0.md
index 6971067c..03eadcfb 100644
--- a/src/_posts/2021/2021-08-04-bootstrap-5-1-0.md
+++ b/src/_posts/2021/2021-08-04-bootstrap-5-1-0.md
@@ -254,7 +254,7 @@ Unless you've modified the offcanvas component or its Sass variables, there shou
There's a lot more in this release that we didn't include in the highlights above:
- Reverted the ability for `.col-*` classes to override `.row-cols-*` as it caused some breaking bugs in our layouts. We'll revisit and restore it when we can engineer it in a more scalable and easy to maintain way.
-- Added new `.opacity-*` utilities (with `0`, `.25`, `.5`, `.75`, and `1` default values).
+- Added new `.opacity-*` utilities (with `0`, `.25`, `.5`, `.75`, and `1` as default values).
- Updated several JavaScript plugins with some major cleanups—alerts, collapse, dropdowns, popovers, and tooltips.
- Plugins now accept arguments of different types in the `getInstance` method.
- Added new Sass maps for all our colors, as well as a new `map-merge-multiple()` function to combine Sass maps.