From e6d77c25f7ea126245768ae27a5bcc5af65525ba Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 14 Sep 2023 17:23:27 +0300 Subject: [PATCH] Update bootstrap-5-3-2.md --- src/content/posts/2023/bootstrap-5-3-2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/posts/2023/bootstrap-5-3-2.md b/src/content/posts/2023/bootstrap-5-3-2.md index cc9ce3196..3070bc53c 100644 --- a/src/content/posts/2023/bootstrap-5-3-2.md +++ b/src/content/posts/2023/bootstrap-5-3-2.md @@ -9,7 +9,7 @@ keywords: Bootstrap v5.3.2 is here with bug fixes, documentation improvements, and more follow-up enhancements for color modes. Keep reading for the highlights! -## Key changes +## Highlights - Passing a percentage unit to the global `abs()` is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to the `divide()` function. The `divide()` function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue as we plan to drop support for node-sass. - Using multiple ids in a collapse target wasn't working anymore and has been fixed. @@ -22,8 +22,8 @@ Bootstrap v5.3.2 is here with bug fixes, documentation improvements, and more fo ## Docs -- Added alternative CDNs section in [Getting started > Download](https://getbootstrap.com/docs/5.3/getting-started/download/#alternative-cdns). -- Added Discord and Bootstrap subreddit links in [README](https://github.com/twbs/bootstrap/blob/main/README.md) and [Getting started > Introduction](https://getbootstrap.com/docs/5.3/getting-started/introduction/): +- Added alternative CDNs section in [Getting started -> Download](https://getbootstrap.com/docs/5.3/getting-started/download/#alternative-cdns). +- Added Discord and Bootstrap subreddit links in [README](https://github.com/twbs/bootstrap/blob/main/README.md) and [Getting started -> Introduction](https://getbootstrap.com/docs/5.3/getting-started/introduction/): - [Discord](https://discord.gg/bZUvakRU3M) maintained by the community - [Bootstrap subreddit](https://reddit.com/r/bootstrap)