pub fn kebab_to_camel(property: String) -> String
Convert kebab-case CSS property to camelCase
pub fn to_json(styles: List(#(String, String))) -> json.Json
Convert a list of CSS style tuples to a JSON object