1.0.3 • Published 6 years ago

@citizensadvice/normalize v1.0.3

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

Normalize npm (scoped)

Normalize.css makes browsers render all elements consistently and in line with modern standards. It targets only the styles that need normalizing.

Code source

Installation

$ npm install @citizensadvice/normalize

now import into your stylesheet...

@import '@citizensadvice/normalize/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/normalize@latest/build/normalize.css" />