Skip to content

lexich/postcss-normalize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostCSS Normalize

NPM version Build Status Dependency Status

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 © Sean King

About

Simple normlize.css wrapper for PostCSS

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%