Description
modifier class to reverse the behaviour of all spinners
Motivation & Context
This pull request responds to the issue https://github.com/twbs/bootstrap/issues/38053 introducing a modifier class "reverse" that reverses the behavior of the spinner (regardless of its color or size). With the introduction of this class, the spinner-border will simply rotate in the opposite direction, while the spinner-grow will shrink instead of grow.
Type of changes
A new feature, along with an update for the documentation.
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Refactoring (non-breaking change) -
Breaking change (fix or feature that would change existing functionality)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly -
I have added tests to cover my changes -
All new and existing tests passed
Live previews
You can check an example in the updated section of the documentation in the live preview:
Related issues
Closes https://github.com/twbs/bootstrap/issues/38053 The related issue also refers to another closed issue: https://github.com/twbs/bootstrap/issues/37989 with a referring closed pull request: https://github.com/twbs/bootstrap/pull/37990