MCPcopy
hub / github.com/GrapesJS/grapesjs / isCSSVariable

Function isCSSVariable

packages/core/src/utils/cash-dom.ts:378–380  ·  view source on GitHub ↗
(prop)

Source from the content-addressed store, hash-verified

376var cssVariableRe = /^--/; // @require ./variables.js
377
378function isCSSVariable(prop) {
379 return cssVariableRe.test(prop);
380} // @require core/camel_case.js
381// @require core/cash.js
382// @require core/each.js
383// @require core/variables.js

Callers 3

getPrefixedPropFunction · 0.85
getSuffixedValueFunction · 0.85
cash-dom.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected