cssinjs/istf-spec

Camel case support

kof opened this issue · 1 comments

kof commented

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

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