1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

deleting a value in design causes styles to be lost

This commit is contained in:
Michael Shanks 2020-06-02 12:41:52 +01:00
parent ee7d93c3b9
commit 44cc7eab0e

View file

@ -26,6 +26,8 @@ export const generate_css = style => {
return (str += `${key}: ${value.join(" ")};\n`)
}
}
return str
}, "")
return (cssString || "").trim()