rems icon indicating copy to clipboard operation
rems copied to clipboard

Upgrade to Bootstrap v5

Open Macroz opened this issue 4 years ago • 3 comments

We should upgrade to Bootstrap v5.

While doing this we should perhaps strip all the styles and rebuild the front-end using v5 best practices and a more utility classes approach.

See also using the fluid-container for all pages.

Macroz avatar Oct 20 '21 16:10 Macroz

migration documentation: https://getbootstrap.com/docs/5.0/migration/

quite a few breaking changes

e.g.

Renamed several utilities to use logical property names instead of directional names with the addition of RTL support:

Renamed .left-* and .right-* to .start-* and .end-. Renamed .float-left and .float-right to .float-start and .float-end. Renamed .border-left and .border-right to .border-start and .border-end. Renamed .rounded-left and .rounded-right to .rounded-start and .rounded-end. Renamed .ml- and .mr-* to .ms-* and .me-. Renamed .pl- and .pr-* to .ps-* and .pe-*. Renamed .text-left and .text-right to .text-start and .text-end.

aatkin avatar Oct 29 '21 06:10 aatkin

Consider doing #2755 so we can use latest components.

Macroz avatar Mar 20 '22 12:03 Macroz

I think we can freely consider if we want to use Bootstrap in the future or jump to some other ship, especially if the changes seem big.

Macroz avatar Mar 20 '22 12:03 Macroz