-
-
Notifications
You must be signed in to change notification settings - Fork 78.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples: Update font utility classes to new v5 versions #32449
Conversation
The font utility class was renamed from .font-italic to .fst-italic but a few references didn't get updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, we may need to check every renamed utilities at some point.
Could have a quick look soon please? There shouldn't be too many left, hopefully :) |
@XhmikosR I found a few more |
Yes, please!
…On Sun, Dec 13, 2020, 12:07 Alan Orth ***@***.***> wrote:
@XhmikosR <https://github.com/XhmikosR> I found a few more
font-weight-light and font-weight-bold in the RTL docs that should be
migrated to fw-light etc. Should I add them to this PR?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32449 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACVLNOI6A2EN3CL4JUQFTLSUSG4ZANCNFSM4UYJGVRQ>
.
|
These font utility classes were renamed from .font-weight-* to .fw-* but a few references didn't get updated.
@XhmikosR I've updated the few other references I found in the documentation. Cheers. |
The
.font-style-*
and.font-weight-*
utility classes were renamed to.fst-*
and.fw-*
in Bootstrap v5 but a few references in the examples didn't get updated.