react-scripts
Version:
Configuration and scripts for Create React App.
81 lines (52 loc) • 1.48 kB
Markdown
<!--lint ignore no-html-->
List of (real<sup>†</sup>) vendor prefixes known to the web platform.
From [Wikipedia][wiki] and the [CSS 2.1 spec][spec].
† — real, as in, `mdo-` and `prince-` are not included because they are
not [valid][spec].
## Installation
[npm][]:
```bash
npm install vendors
```
**vendors** is also available as an AMD, CommonJS, and globals module,
[uncompressed and compressed][releases].
## Usage
Dependencies:
```javascript
var vendors = require('vendors');
```
Yields:
```js
[ 'ah',
'apple',
'atsc',
'epub',
'hp',
'khtml',
'moz',
'ms',
'o',
'rim',
'ro',
'tc',
'wap',
'webkit',
'xv' ]
```
`Array.<string>` — List of lower-case prefixes without dashes.
[][license] © [Titus Wormer][author]
<!-- Definition -->
[]: https://img.shields.io/travis/wooorm/vendors.svg
[]: https://travis-ci.org/wooorm/vendors
[]: https://img.shields.io/codecov/c/github/wooorm/vendors.svg
[]: https://codecov.io/github/wooorm/vendors?branch=master
[]: https://docs.npmjs.com/cli/install
[]: https://github.com/wooorm/vendors/releases
[]: LICENSE
[]: http://wooorm.com
[]: https://en.wikipedia.org/wiki/CSS_filter#Prefix_filters
[]: https://www.w3.org/TR/CSS21/syndata.html#vendor-keyword-history