I have the following problem in Bootstrap 5:
When setting font-size using a utility class (fs-1
) the font-size is not being applied. When I examine the class in dev-tools I see that
calc(1.375rem+1.5vw)!important
is an invalid property value. It works on Safari but not Chrome. Any ideas?