Description
This PR suggests to add a deprecate callout in the List group > Sass mixins section for consistency with what's done in Alerts > Sass mixins section.
Indeed alert-variant()
deprecated mixin got this callout and it's missing for list-group-item-variant()
deprecated mixin.
Type of changes
-
Bug fix (non-breaking change which fixes an issue)
Checklist
-
I have read the contributing guidelines -
My change introduces changes to the documentation -
I have updated the documentation accordingly -
All new and existing tests passed