I've got a style attribute generated by `gatsby-remark-images` that looks like this: ``` style="padding-bottom: 75%; position: relative; bottom: 0; left: 0; background-size: cover; display: block; background-image: url('data:image/jpeg;base64,/9j/2w[...]1XP//Z');" ``` The [current approach](https://github.com/reactjs/react-magic/blob/3d53bb3d080a0a7cd112ab43e9cdfd5a19ef8105/src/htmltojsx.js#L676) of dealing with style attributes does not account for more complex cases like this. Here's a [pr](https://github.com/syntax-tree/hast-to-hyperscript/pull/13/files) for a different project dealing with the same issue. If I submit a PR for this, is there any chance for it to be released?