-
Improvement
-
Resolution: Fixed
-
Minor
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_500_STABLE
-
MDL-81821-main -
-
-
-
2
-
HQ 2024 Sprint I4.1 Moppies
In BS5 some font utility classes have been renamed
- .text-monospace
- .font-weight-*
- .font-style-*
Generate the needed SCSS code in bs5bridge.scss (so we can start using BS5 syntax) and refactor all the occurrences in the codebase.
https://getbootstrap.com/docs/5.2/migration/:
Renamed .text-monospace to .font-monospace.
Renamed .font-weight-* utilities as .fw-* for brevity and consistency.
Renamed .font-style-* utilities as .fst-* for brevity and consistency.
This issue should also be included in the BS4 compatibility layer in MDL-80519