diff --git a/docs/guides/bs5migration/index.md b/docs/guides/bs5migration/index.md index 6f2cb50b6a..b0981c6b0a 100644 --- a/docs/guides/bs5migration/index.md +++ b/docs/guides/bs5migration/index.md @@ -382,3 +382,23 @@ shift-color($primary, -20%); The `theme-color-level()` has been changed to `color-level()` and then subsequently removed and replaced by scale-color(). In the stable 5.0 the final decision was to adopt `shift-color()` so we will use this function in the bridge file. ::: + +### Rounded classes + +The `.rounded-sm` and `.rounded-lg` classes have been replaced with `.rounded-1` and `.rounded-3`. + + + +```html +
Rounded content
+``` + +
+ + + +```html +
Rounded content
+``` + +