https://getbootstrap.com/docs/5.3/migration/
- To begin the migration, replace the framework files located at
src/assets/vendors/bootstrap with their v5.3.x correlates.
- Next, ensure the framework is being properly called from the base template (which nearly all project templates extend).
src/templates/base.html
- Remove jQuery dependency because Bootstrap 5.3 doesn't use jQuery.
- Update all HTML templates and custom CSS files to use Bootstrap 5.3 class names following this migration guide. I suggest using
Ctrl + Shift + F to find all occurrences of a string project-wide.
- Update the link in
CONTRIBUTING.md to correspond to the updated documentation.
https://getbootstrap.com/docs/5.3/migration/
src/assets/vendors/bootstrapwith their v5.3.x correlates.src/templates/base.htmlCtrl + Shift + Fto find all occurrences of a string project-wide.CONTRIBUTING.mdto correspond to the updated documentation.