Currently converter can't convert CSS values with space (`content`, `url`, `font-family`, etc.) correctly. Need to parse the string and convert the spaces to `\u` value.
Currently converter can't convert CSS values with space (
content,url,font-family, etc.) correctly.Need to parse the string and convert the spaces to
\uvalue.