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
Right now, folks can use the .lead class to render text content so it's more readable and less condensed. It's maybe not the initial purpose of the .lead class in Bootstrap.
This feature request is linked to new design tokens that are created (and not yet available directly in the DSM) that will define 3 variants of the body text:
Small
Medium
Large
These 3 variants will have different combinations of font-size, line-height, and letter-spacing linked to the 3 breakpoints (desktop, mobile, and tablet).
The idea would be to determine whether we need to introduce new utilities for the developers to manage easily their text content. Here's a first idea that'll need to be fine-tuned later on:
.body-sm
.body-md (that could have the same value as .lead)
.body-lg
The text was updated successfully, but these errors were encountered:
Prerequisites
Proposal
Right now, folks can use the
.lead
class to render text content so it's more readable and less condensed. It's maybe not the initial purpose of the.lead
class in Bootstrap.Our
.lead
class is currently defined by the rules in Web Typography - BodyThis feature request is linked to new design tokens that are created (and not yet available directly in the DSM) that will define 3 variants of the body text:
These 3 variants will have different combinations of font-size, line-height, and letter-spacing linked to the 3 breakpoints (desktop, mobile, and tablet).
The idea would be to determine whether we need to introduce new utilities for the developers to manage easily their text content. Here's a first idea that'll need to be fine-tuned later on:
.body-sm
.body-md
(that could have the same value as.lead
).body-lg
The text was updated successfully, but these errors were encountered: