Problem with style attribute

If you add something like background-image: url( {{{image_url}} ) in a style attribute it omits the style attribute at export

We are using mustache for templating and this didn’t happen until a couple versions back. It started after an update and anytime we make changes to older projects it breaks them

If we rename the attribute for example to style2, for test purposes, the export is just fine. It only happens with style attribute