Compare Bootstrap Class Between Versions
bs_compare_versionsCheck if a Bootstrap CSS class needs migration between Bootstrap 4 and 5, and get the suggested replacement for common renames.
Instructions
Check if a Bootstrap CSS class needs migration between Bootstrap 4 and Bootstrap 5.
Handles common renames: mr- -> me-, ml- -> ms-, font-weight- -> fw-, text-left -> text-start, etc.
Args:
class_name (string): The Bootstrap CSS class to check
Returns: Migration suggestion if the class changed between versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Bootstrap CSS class name to check |