cotizador/node_modules/camelcase-css
Chelo I7 3b7552d05d se compilo tailwin 2026-05-28 01:17:09 -03:00
..
README.md se compilo tailwin 2026-05-28 01:17:09 -03:00
index-es5.js se compilo tailwin 2026-05-28 01:17:09 -03:00
index.js se compilo tailwin 2026-05-28 01:17:09 -03:00
license se compilo tailwin 2026-05-28 01:17:09 -03:00
package.json se compilo tailwin 2026-05-28 01:17:09 -03:00

README.md

camelcase-css NPM Version Build Status

Convert a kebab-cased CSS property into a camelCased DOM property.

Installation

Node.js >= 6 is required. Type this at the command line:

npm install camelcase-css

Usage

const camelCaseCSS = require('camelcase-css');

camelCaseCSS('-webkit-border-radius');  //-> WebkitBorderRadius
camelCaseCSS('-moz-border-radius');     //-> MozBorderRadius
camelCaseCSS('-ms-border-radius');      //-> msBorderRadius
camelCaseCSS('border-radius');          //-> borderRadius