# vendor-prefixes

> List of the current CSS vendor prefixes.

Latest version **1.0.0** (published 2015-10-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install vendor-prefixes
pnpm add vendor-prefixes
yarn add vendor-prefixes
bun add vendor-prefixes
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-10-21 |
| First published | 2015-01-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | John Otander |
| Maintainers | johno |
| Keywords | css, vendor, prefix, prefixes, vendor-prefixes |

## Links

- npm: https://www.npmjs.com/package/vendor-prefixes
- Repository: https://github.com/johnotander/vendor-prefixes
- Issues: https://github.com/johnotander/vendor-prefixes/issues
- npm.io page: https://npm.io/package/vendor-prefixes

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-10-21
- 0.0.1 — 2015-01-20

## README

# vendor-prefixes [![Build Status](https://secure.travis-ci.org/johnotander/vendor-prefixes.png?branch=master)](https://travis-ci.org/johnotander/vendor-prefixes) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

List of the current CSS [vendor prefixes](http://www.w3.org/TR/CSS21/syndata.html#vendor-keyword-history).

## Installation

```bash
npm install --save vendor-prefixes
```

## Usage

```javascript
var vendorPrefixes = require('vendor-prefixes')

vendorPrefixes()
// => ['-webkit-', '-moz-', ...]
```

## License

MIT

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Crafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).

This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).

---
_Source: https://npm.io/package/vendor-prefixes · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
