Huesos
Style
Guide

Repositoire

GitHub

Preview

Abbreviation

Normalizes styling (underline)

Example

<p>This is a clear example of a <abbr title="This Is An Abbreviation">TIAA</abbr></p>

Assets

  • Filesystem Path: src/components/typography/abbreviation/_abbreviation.scss
  • Size: 126 Bytes
  • Content:
    abbr[title] {
    	border-bottom: none; /* 1 */
    	text-decoration: underline; /* 2 */
    	text-decoration: underline dotted; /* 2 */
    }