3.0.4 • Published 9 years ago

normalize-unistyle v3.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

normalize-unistyle

Build status NPM version js-xo-style

Normalize CSS as a Unistyle module

Installation

Install normalize-unistyle using npm:

npm install --save normalize-unistyle

Usage

Module usage

import normalize from 'normalize-unistyle';

export default [
  normalize,
  /* your styles here */
];

License

Normalize.css is a project by Nicolas Gallagher and Jonathan Neal.

Unistyle port by Joakim Carlstein.