githubEdit

vendors

Buildarrow-up-right Downloadsarrow-up-right Sizearrow-up-right

List of (real†) vendor prefixes known to the web platform. From Wikipediaarrow-up-right and the CSS 2.1 specarrow-up-right.

† — real, as in, mso- and prince- are not included because they are not valid.

Install

npmarrow-up-right:

npm install vendors

Use

var vendors = require('vendors')

console.log(vendors)

Yields:

[ 'ah',
  'apple',
  'atsc',
  'epub',
  'hp',
  'khtml',
  'moz',
  'ms',
  'o',
  'rim',
  'ro',
  'tc',
  'wap',
  'webkit',
  'xv' ]

License

MITarrow-up-right © Titus Wormerarrow-up-right

Last updated