css-vendor-prefix
v1.0.1
Published
Detect the CSS vendor prefix for the current browser
Downloads
17
Maintainers
Readme
css-vendor-prefix 
Detect the CSS vendor prefix for the current browser
- Safari (
webkit) - Internet Explorer (
ms)
Install
$ npm install --save css-vendor-prefixUsage
var prefix = require('css-vendor-prefix')
//=> 'webkit' || 'ms' || ''License
MIT © Ben Drucker
