There is an issue selecting styles when the value has a : in it.
The regex match only returns the initial match before the first :.
So something like background-image: url(http://www.something.com/image.jpg) will result in a map that is {:background-image "url(http"}
There is an issue selecting styles when the value has a
:in it.The regex match only returns the initial match before the first
:.So something like
background-image: url(http://www.something.com/image.jpg)will result in a map that is{:background-image "url(http"}