Returns whether text is a valid CSS identifier.
text
bool isIdentifier(String text) => Parser.isIdentifier(text);