1.0.0 • Published 4 years ago

new-normalize v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

npm license changelog travis

New Normalize

New Normalize is a modern fork of normalize.css that removes support for obsolete browsers and all the outdated styles that are fixed in browsers by now.

Browser support

  • Latest Chrome
  • Latest Firefox
  • Latest Safari
  • Latest Opera
  • Latest Edge

Install

$ npm install new-normalize

CSS Usage

@import 'node_modules/new-normalize/new-normalize.css';

HTML Usage

<link rel="stylesheet" href="node_modules/new-normalize/new-normalize.css">

JavaScript Usage

import 'import new-normalize.css';

Webpack Usage

@import '~new-normalize.css';

Contributing

Please read the contribution guidelines in order to make the contribution process easy and effective for everyone involved.

1.0.0

4 years ago

0.0.1

4 years ago