@f/css-vendor-prefixes

Vendor prefixes for css by browser name


License
MIT
Install
npm install @f/css-vendor-prefixes@1.0.2

Documentation

css-vendor-prefixes

Build status Git tag NPM version Code style

Vendor prefixes for css by browser name

Installation

$ npm install @f/css-vendor-prefixes

Usage

var cssVendorPrefixes = require('@f/css-vendor-prefixes')

function getBrowserPrefix (browser) {
  return cssVendorPrefixes[browser]
}

License

MIT