mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
75f4fd0a74
The new Font Awesome version needs some changes in the way icons are displayed from SCSS files: - The atribute 'content: "\xxx"' needs to be converted to 'content: fa-content("\xxx")' - The style must be declared. The regular is used by default, so all the solid icons needs to add '@extend .fa-solid' - @include fa-icons() is not required anymore (if used, the icons are not displayed properly).