Line length tokens

Line length tokens define the maximum width of body text to ensure readability and consistency. They map directly to body typography styles. Designers should pair the correct body style with its corresponding line length token, and developers should apply tokens as max-width values.


For designers

Why this matters


For developers

Always pair typography and line length tokens to ensure fidelity with design.

Learn how to get started

Source file location: ./dist/core/tokens/line-length

Import as follows in your Sass file @use '@department-of-veterans-affairs/clinical-design-system/dist/core/tokens/line-length ' as line-length;


Semantic tokens names and values

We provide three semantic tokens that map directly to our body typography styles:

Token Value
$vacds-line-length-body-sm-text 44ex
$vacds-line-length-body-text 60ex
$vacds-line-length-body-lg-text 72ex
$vacds-line-length-none inherit