bendrucker / css-vendor-prefix

Detect the CSS vendor prefix for the current browser
MIT License
0 stars 0 forks source link

css-vendor-prefix Build Status

Detect the CSS vendor prefix for the current browser

Install

$ npm install --save css-vendor-prefix

Usage

var prefix = require('css-vendor-prefix')
//=> 'webkit' || 'ms' || ''

License

MIT © Ben Drucker