1.0.3 • Published 6 years ago

@citizensadvice/typesetting v1.0.3

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

Type setting npm (scoped)

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