1.0.3 • Published 6 years ago
@citizensadvice/letter-spacing v1.0.3
Letter-spacing 
Defines the spacing between the characters of a block of text.
Classes
Class name | Value |
---|---|
.tracking | \$letter-spacing-1 (0.1rem) |
.tracking-tight | \$letter-spacing-tight (-0.05rem) |
.tracking-mega | \$letter-spacing-2 (0.25rem) |
Installation
$ npm install @citizensadvice/letter-spacing
now import into your stylesheet...
@import '@citizensadvice/letter-spacing/index.scss';
You can make use of the unpkg service, try adding the link below to the head of your HTML
file.
<link src="https://unpkg.com/@citizensadvice/letter-spacing@latest/build/letter-spacing.css" />