2.1.0 • Published 3 years ago
css-camel v2.1.0
install
npm install css-camel
usage
CSSToCamel
import {CSSToCamel} from 'css-camel'
CSSToCamel('background-color:pink') // 'backgroundColor:pink'CamelToCSS
import {CamelToCSS} from 'css-camel'
CamelToCSS('backgroundColor:pink') // 'background-color:pink'2.1.0
3 years ago