Files
menui_backend/node_modules/hyphenate-style-name
2020-07-15 19:54:48 +02:00
..
2020-07-15 19:54:48 +02:00
2020-07-15 19:54:48 +02:00
2020-07-15 19:54:48 +02:00
2020-07-15 19:54:48 +02:00
2020-07-15 19:54:48 +02:00

hyphenate-style-name

npm versionnpmnpm bundle sizeBuild Status

Hyphenates a camelcased CSS property name. For example:

  • backgroundColor => background-color
  • MozTransition => -moz-transition
  • msTransition => -ms-transition
  • color => color

Installation

$ npm install --save hyphenate-style-name

Usage

var hyphenateStyleName = require('hyphenate-style-name')

console.log(hyphenateStyleName('MozTransition')) // -moz-transition

License

BSD-3-Clause licensed. See LICENSE.