Skip to content

prefixCss automatically adds vendor-specific prefixes (-moz, -webkit, -ms, and -o) to CSS3 properties that need them.

Notifications You must be signed in to change notification settings

boguan/prefixCss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prefixCss

prefixCss automatically adds vendor-specific prefixes (-moz, -webkit, -ms, and -o) to CSS3 properties that need them. It has no external dependencies.

Installation

npm install -g prefixcss

Usage

prefixcss test.css > test.prefixed.css

License

For Docs, License, Tests, and pre-packed downloads, see: https://github.com/boguan/prefixCss

About

prefixCss automatically adds vendor-specific prefixes (-moz, -webkit, -ms, and -o) to CSS3 properties that need them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published