gorilla / css

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

Perform all preprocessing as per the spec. #16

Closed alin04 closed 5 years ago

alin04 commented 5 years ago

https://www.w3.org/TR/css-syntax-3/#input-preprocessing

Fixes #15

Not the most performant. Better algorithm would be a single pass over the input...