Colons in CSS values
This patch release fixes CSS values which contain :
. Previously, only the bar
in foo: bar:baz
would be parsed. Now the fully value is added to attributes
. This was fixed in PR #62, and reported by @longjiarun in issue #60.