MCPcopy
hub / github.com/postcss/postcss / after

Method after

lib/node.js:103–106  ·  view source on GitHub ↗
(add)

Source from the content-addressed store, hash-verified

101 }
102
103 after(add) {
104 this.parent.insertAfter(this, add)
105 return this
106 }
107
108 assign(overrides = {}) {
109 for (let name in overrides) {

Callers 3

RuleFunction · 0.80
container.test.tsFile · 0.80
node.test.tsFile · 0.80

Calls 1

insertAfterMethod · 0.80

Tested by 1

RuleFunction · 0.64