You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
xzx 2ec7739298 [Version] V.3.8 преди 4 години
..
LICENSE [Version] V.3.8 преди 4 години
index.json [Version] V.3.8 преди 4 години
package.json [Version] V.3.8 преди 4 години
readme.md [Version] V.3.8 преди 4 години

readme.md

vendors Build Status

List of (real) vendor prefixes known to the web platform. From Wikipedia and the CSS 2.1 spec.

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

Installation

npm:

npm install vendors

Usage

var vendors = require('vendors')

console.log(vendors)

Yields:

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

License

MIT © Titus Wormer