1.0.3 • Published 6 years ago

@citizensadvice/letter-spacing v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Letter-spacing npm (scoped)

Defines the spacing between the characters of a block of text.

Classes

Class nameValue
.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" />