vendor prefix
Parse javascript and css compatible prefixes.
Supports -webkit, -moz, -o, -ms
.
Install
npm install vprefix
Usage
var vprefix = ;var result = vprefix; console; // => 'webkitTransition'console; // => '-webkit-transition'
Parse javascript and css compatible prefixes.
Supports -webkit, -moz, -o, -ms
.
npm install vprefix
var vprefix = ;var result = vprefix; console; // => 'webkitTransition'console; // => '-webkit-transition'
npm i vprefix
0
1.0.1
MIT