Home
last modified time | relevance | path

Searched refs:allowsKeywords (Results 1 – 2 of 2) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js34254 function checkLineWidth(value, allowsKeywords) { argument
34255 if (allowsKeywords === void 0) { allowsKeywords = true; }
34256 if (allowsKeywords && matches(value, ['initial', 'unset'])) {
34263 function checkLineWidthList(nodes, allowsKeywords) { argument
34264 if (allowsKeywords === void 0) { allowsKeywords = true; }
34265 return nodes.map(function (node) { return checkLineWidth(node, allowsKeywords); });
34271 function checkLineStyle(valueNode, allowsKeywords) { argument
34272 if (allowsKeywords === void 0) { allowsKeywords = true; }
34276 if (allowsKeywords && matches(valueNode, ['initial', 'unset'])) {
34281 function checkLineStyleList(nodes, allowsKeywords) { argument
[all …]
H A D2.2.js.map1allowsKeywords whether the initial value of property is zero, so keywords `initial` and `unset` co…