@citizensadvice/typesetting
v1.0.3
Published
Classes to style content elements such as headings and paragraphs.
Keywords
Readme
Type setting 
Classes to style content elements such as headings and paragraphs.
Classes
| Class names |
| ----------- |
| .h1 |
| .h2 |
| .h3 |
| .p |
Installation
$ npm install @citizensadvice/typesettingnow 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" />