normalizify

Production Environment's Normalize.css.

Usage no npm install needed!

<script type="module">
  import normalizify from 'https://cdn.skypack.dev/normalizify';
</script>

README

NORMALIZIFY

Production Environment's Normalize.css(v3.03).

WHY

  • Original Normalize.css is an source file without minify. it's not friendly to using in Production Environment.
  • there has not an regular normalize for less.

Basic Usage

Install

Bower

bower install normalizify

NPM

npm install normalizify --save

Usage

// html
<script src="/path/dist/normalizify.min.css">

// or using less
@import "/path/src/normalizify.less";

THANKS