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-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" />