1.0.3 • Published 6 years ago
@citizensadvice/typesetting v1.0.3
Type setting 
Classes to style content elements such as headings and paragraphs.
Classes
Class names |
---|
.h1 |
.h2 |
.h3 |
.p |
Installation
$ npm install @citizensadvice/typesetting
now import into your stylesheet...
@import '@citizensadvice/typesetting/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/typesetting@latest/build/typesetting.css" />