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