vprefix

1.0.1 • Public • Published

vendor prefix

Parse javascript and css compatible prefixes. Supports -webkit, -moz, -o, -ms.

Install

npm install vprefix

Usage

var vprefix = require('vprefix');
var result = vprefix.find('transition');
 
console.log(result.js); // => 'webkitTransition'
console.log(result.css); // => '-webkit-transition'

Readme

Keywords

none

Package Sidebar

Install

npm i vprefix

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • carlhopf