Huesos
Style
Guide

Repositoire

GitHub

Preview

Strong

Applies bolding weight defined on _config.scss using bold() function.

Example

<p>An <b>emphasized</b> text and a <strong>strong</strong> one</p>

Assets

  • Filesystem Path: src/components/typography/strong/_strong.scss
  • Size: 50 Bytes
  • Content:
    b,
    strong,
    .strong {
    	font-weight: bold(strong);
    }