PostCSS plugin that that automatically applies the latest normalize.css
.foo {
color: #fff;
}
/* Normalize styles here */
.foo {
color: #fff;
}
--
postcss([ require('postcss-normalize') ])
See PostCSS docs for examples for your environment.
--
MIT © Sean King