npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

strip-vendor-prefix

1.0.0

@hemanth

npmHomeRepoSnykSocket
Downloads:1
$ npm install strip-vendor-prefix
DailyWeeklyMonthlyYearly

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 ©