Skip to content

Update Bootstrap framework #38

@mmcinnestaylor

Description

@mmcinnestaylor

https://getbootstrap.com/docs/5.3/migration/

  1. To begin the migration, replace the framework files located at src/assets/vendors/bootstrap with their v5.3.x correlates.
  2. 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.
  3. 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.
  4. Update the link in CONTRIBUTING.md to correspond to the updated documentation.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions