MCPcopy Index your code
hub / github.com/postcss/postcss / rule

Method rule

lib/stringifier.js:351–356  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

349 }
350
351 rule(node) {
352 this.block(node, this.rawValue(node, 'selector'))
353 if (node.raws.ownSemicolon) {
354 this.builder(escapeHTMLInCSS(node.raws.ownSemicolon), node, 'end')
355 }
356 }
357
358 stringify(node, semicolon) {
359 /* c8 ignore start */

Callers

nothing calls this directly

Calls 3

blockMethod · 0.95
rawValueMethod · 0.95
escapeHTMLInCSSFunction · 0.85

Tested by

no test coverage detected