docyes / cssugar

Syntactic sugar for CSS
http://www.cssugar.com
MIT License
6 stars 1 forks source link

Add Camel Case Conversion #2

Open docyes opened 14 years ago

docyes commented 14 years ago

Example: background-image -> backgroundImage

unique-zz commented 14 years ago

agree, this is common issue to font-size, font-family. take a look: http://jamesroberts.name/blog/2010/02/22/string-functions-for-javascript-trim-to-camel-case-to-dashed-and-to-underscore/