cssinjs / istf-spec

Interoperable Style Transfer Format [DRAFT]
247 stars 8 forks source link

Camel case support #4

Closed kof closed 7 years ago

kof commented 7 years ago

In order to allow user writing in camelcase e.g. "fontSize" libraries actually need to convert it to dash separated syntax e.g. "font-size"

kof commented 7 years ago

In the context of our intermediate format, all props should be in regular css format (dashes)