strip-vendor-prefix

1.0.0 • Public • Published

strip-vendor-prefix Build Status

Strips standard CSS vendor prefix.

Install

$ npm install --save strip-vendor-prefix

Usage

const stripVendorPrefix = require('strip-vendor-prefix');
 
stripVendorPrefix('-webkit-flex-basis');
//=> flex-basis
 
 
stripVendorPrefix('-xyz-flex-basis');
//=> -xyz-flex-basis

License

MIT ©

Package Sidebar

Install

npm i strip-vendor-prefix

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hemanth