deno-vendors

tag Build Status license

List of vendor prefixes known to the web platform.

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.

data from wooorm/vendors

Usage

import vendors from "https://deno.land/x/vendors/mod.ts";

console.log(vendors);

Output:

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

License

deno-vendors is released under the MIT License. See the bundled LICENSE file for details.