@citizensadvice/normalize

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

Usage no npm install needed!

<script type="module">
  import citizensadviceNormalize from 'https://cdn.skypack.dev/@citizensadvice/normalize';
</script>

README

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