Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

bytefair/postcss-sanitize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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 sanitize.css wrapper for PostCSS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%