deleting a value in design causes styles to be lost
This commit is contained in:
parent
ee7d93c3b9
commit
44cc7eab0e
|
@ -26,6 +26,8 @@ export const generate_css = style => {
|
|||
return (str += `${key}: ${value.join(" ")};\n`)
|
||||
}
|
||||
}
|
||||
|
||||
return str
|
||||
}, "")
|
||||
|
||||
return (cssString || "").trim()
|
||||
|
|
Loading…
Reference in New Issue