MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / hasTopLevelComma

Function hasTopLevelComma

packages/extension/utils/css.ts:100–102  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

98}
99
100function hasTopLevelComma(value: string): boolean {
101 return splitByTopLevelComma(value, true).length > 1
102}
103
104const BG_SIZE_RE = /\/\s*(cover|contain|auto|[\d.]+(?:px|%)?)/i
105const BG_REPEAT_RE = /(?:^|\s)(no-repeat|repeat-x|repeat-y|repeat|space|round)(?=$|\s)/i

Callers 1

expandShorthandsFunction · 0.85

Calls 1

splitByTopLevelCommaFunction · 0.85

Tested by

no test coverage detected