MCPcopy
hub / github.com/less/less.js / genCSS

Method genCSS

packages/less/lib/less/tree/node.js:154–156  ·  view source on GitHub ↗

* @param {EvalContext} context * @param {CSSOutput} output

(context, output)

Source from the content-addressed store, hash-verified

152 * @param {CSSOutput} output
153 */
154 genCSS(context, output) {
155 output.add(/** @type {string} */ (this.value));
156 }
157
158 /**
159 * @param {TreeVisitor} visitor

Callers 1

toCSSMethod · 0.95

Calls 1

addMethod · 0.80

Tested by

no test coverage detected