@citizensadvice/letter-spacing
v1.0.3
Published
Defines the spacing between the characters of a block of text.
Keywords
Readme
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-spacingnow 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" />