Skip to content

Colons in CSS values

Choose a tag to compare

@andrejewski andrejewski released this 23 Sep 15:25
· 46 commits to master since this release

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.