bobdenotter / configuration-notices

💡 A small tool to point out common pitfalls for Bolt 4 configuration settings
MIT License
9 stars 4 forks source link

Use bg-<color> class instead of badge-<color> #19

Closed nestordedios closed 2 years ago

nestordedios commented 2 years ago

In Bootstrap 5 background status colors are no longer set using badge-warning or badge-info for instance.

The background must be set using bg- syntax see https://getbootstrap.com/docs/5.0/migration/#badges

This change should be merged and released at the same time Bootstrap upgrade is released https://github.com/bolt/core/tree/upgrade/bootstrap-v5

nestordedios commented 2 years ago

You're welcome 👍