CssStringSourceExtensions
Contains some useful extension methods for the StringSource
from the perspective of the CSS micro parsers.
Consumes the escape sequence if any. Assumes, the source currently being at a
solidus (valid escape).
Checks if the current position holds a valid escape.
Skips all characters to the end of a CSS comment. Assumes the
start of a CSS comment has been seen.