MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / isCssVariable

Function isCssVariable

packages/core/ui/core/properties/index.ts:59–61  ·  view source on GitHub ↗
(property: string)

Source from the content-addressed store, hash-verified

57}
58
59export function isCssVariable(property: string) {
60 return CSS_VARIABLE_NAME_RE.test(property);
61}
62
63export function isCssCalcExpression(value: string) {
64 return value.includes('calc(');

Callers 3

setPropertyValuesMethod · 0.90
style-scope.tsFile · 0.90
createDeclarationFunction · 0.90

Calls 1

testMethod · 0.45

Tested by

no test coverage detected