You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not so familiar with scss, but in the latest versions, the bootstrap team changed the ".font-weight-" to ".fw-".
Based on the _utilities.scss "font-size": ( rfs: true, property: font-size, class: text, values: $utilities-font-size-values ),
Using the map-merge overwrites the imported values.
I know we can use "font-weight-xs ...", is it possible also to use the base calsses with ".fw-"?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am not so familiar with scss, but in the latest versions, the bootstrap team changed the ".font-weight-" to ".fw-".
Based on the _utilities.scss
"font-size": ( rfs: true, property: font-size, class: text, values: $utilities-font-size-values ),
Using the map-merge overwrites the imported values.
I know we can use "font-weight-xs ...", is it possible also to use the base calsses with ".fw-"?
Was this intended?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions