forked from mmcinnestaylor/Programming-Contest-Suite
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
https://getbootstrap.com/docs/5.3/migration/
- To begin the migration, replace the framework files located at
src/assets/vendors/bootstrapwith 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 + Fto find all occurrences of a string project-wide. - Update the link in
CONTRIBUTING.mdto correspond to the updated documentation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
No status