MCPcopy
hub / github.com/postcss/postcss / prepend

Method prepend

lib/at-rule.js:16–19  ·  view source on GitHub ↗
(...children)

Source from the content-addressed store, hash-verified

14 }
15
16 prepend(...children) {
17 if (!this.proxyOf.nodes) this.nodes = []
18 return super.prepend(...children)
19 }
20}
21
22module.exports = AtRule

Callers 6

processor.test.tsFile · 0.45
map.test.tsFile · 0.45
at-rule.test.tsFile · 0.45
root.test.tsFile · 0.45
RuleFunction · 0.45
container.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 1

RuleFunction · 0.36