parseIdentifier function Parsing
Parses text
as a CSS identifier and returns the result.
Throws a SassFormatException if parsing fails.
Implementation
String parseIdentifier(String text) =>
Parser.parseIdentifier(text, logger: Logger.quiet);
Parses text
as a CSS identifier and returns the result.
Throws a SassFormatException if parsing fails.
String parseIdentifier(String text) =>
Parser.parseIdentifier(text, logger: Logger.quiet);