Function: cssValueHasStandaloneIdentifier()
function cssValueHasStandaloneIdentifier(
value: string,
identifier: string
): boolean;
Defined in: _internal/css-value-analysis.ts:23
Check whether a CSS value contains one standalone identifier token outside quoted text and comments.
Parametersโ
valueโ
string
identifierโ
string
Returnsโ
boolean