Skip to content

OFFLINE-GmbH/postcss-normalize.css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ©

About

PostCSS plugin that automatically applies normalize.css

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%