Whitespace(source="  ", start=0:0, end=0:2)
Whitespace(source="/* comment */", start=0:2, end=0:15)
Whitespace(source="\n", start=0:15, end=1:0)
Delim(value=".", code_point=U+002E, source=".", start=1:0, end=1:1)
Ident(value="foo", source="foo", start=1:1, end=1:4)
Whitespace(source=" \n", start=1:4, end=2:0)
OpenCurly(source="{", start=2:0, end=2:1)
Whitespace(source="\n\t", start=2:1, end=3:1)
Ident(value="color", source="color", start=3:1, end=3:6)
Colon(source=":", start=3:6, end=3:7)
Whitespace(source=" ", start=3:7, end=3:8)
Ident(value="blue", source="blue", start=3:8, end=3:12)
Whitespace(source="\n", start=3:12, end=4:0)
CloseCurly(source="}", start=4:0, end=4:1)
Whitespace(source="\n", start=4:1, end=5:0)
__EOF__(source="", start=5:0, end=5:0)
