postcss-normalize.css

0.4.0 • Public • Published

PostCSS Normalize

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

[PostCSS][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][PostCSS] docs for examples for your environment.

--

License

MIT ©

Package Sidebar

Install

npm i postcss-normalize.css

Weekly Downloads

5

Version

0.4.0

License

MIT

Last publish

Collaborators

  • offline-swiss