diff --git a/src/content/posts/2023/bootstrap-5-3-2.md b/src/content/posts/2023/bootstrap-5-3-2.md index 59f7bcac1..04690e7f1 100644 --- a/src/content/posts/2023/bootstrap-5-3-2.md +++ b/src/content/posts/2023/bootstrap-5-3-2.md @@ -11,7 +11,7 @@ Bootstrap v5.3.2 is here with bug fixes, documentation improvements, and more fo ## Key changes -- Passing a percentage unit to the global `abs()` is deprecated from Dart Sass 1.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. `divide()` function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. We plan to make such a change in the next major release. +- Passing a percentage unit to the global `abs()` is deprecated from Dart Sass 1.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.