domina
domina copied to clipboard
Issue selecting styles
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"}