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