Skip to content

flawlessv/css-camel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

一好还用的CSS样式转换库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published