0.4.0 • Published 7 years ago

postcss-normalize.css v0.4.0

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

PostCSS Normalize

This is a fork of https://github.com/seaneking/postcss-normalize

PostCSS plugin that that automatically applies the latest normalize.css.

.foo {
  color: #fff;
}
/* Normalize styles here */

.foo {
  color: #fff;
}

--

Usage

postcss([ require('postcss-normalize') ])

See PostCSS docs for examples for your environment.

--

License

MIT ©