1.0.3 • Published 6 years ago
@citizensadvice/normalize v1.0.3
Normalize 
Normalize.css makes browsers render all elements consistently and in line with modern standards. It targets only the styles that need normalizing.
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" />