gorilla / css

Package gorilla/css is a CSS3 tokenizer.
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
86 stars 36 forks source link

Fix: failed parse two url function in same line #5

Closed redforks closed 7 years ago

redforks commented 8 years ago

Normally a css file do not contain two url() functions in a line, but in a minimized css file it is not true.