venfix

1.2.0 • Public • Published

venfix

return the appropriate vendor prefixed css name for a property you pass it.

Usage

venfix('translate'); // -> webkitTranslate or mozTranslate etc

you can also pass it a different object and venfix will scan it for vendorized properties, eg window:

venfix('requestFileSystem', window); // -> webkitRequestFileSystem

venfix will cache css properties for next time, so it should be pretty quick.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    0
    • latest

Version History

Package Sidebar

Install

npm i venfix

Weekly Downloads

3

Version

1.2.0

License

BSD

Last publish

Collaborators

  • korynunn