brandeur-plugin-prefixer
Version:
Brandeur plugin that adds vendor prefixes
31 lines (21 loc) • 995 B
Markdown
# brandeur-plugin-prefixer
Adds vendor prefixes to style properties and values when required.
<img alt="npm version" src="https://badge.fury.io/js/brandeur-plugin-prefixer.svg"> <img alt="npm downloads" src="https://img.shields.io/npm/dm/brandeur-plugin-prefixer.svg"> <a href="https://bundlephobia.com/result?p=brandeur-plugin-prefixer@latest"><img alt="Bundlephobia" src="https://img.shields.io/bundlephobia/minzip/brandeur-plugin-prefixer.svg"></a>
## Installation
```sh
# npm
npm i --save brandeur-plugin-prefixer
# yarn
yarn add brandeur-plugin-prefixer
# pnpm
pnpm add brandeur-plugin-prefixer
```
## Usage
```ts
import prefixer from 'brandeur-plugin-prefixer'
const plugin = prefixer()
```
## License
Brandeur is licensed under the [MIT License](http://opensource.org/licenses/MIT).<br>
Documentation is licensed under [Creative Commons License](http://creativecommons.org/licenses/by/4.0/).<br>
Created with ♥ by [@robinweser](https://weser.io).