MCPcopy
hub / github.com/postcss/postcss / AtRule

Function AtRule

test/visitor.test.ts:36–38  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

34 let visits: [string, string][] = []
35 let visitor: Plugin = {
36 AtRule(i) {
37 visits.push(['AtRule', i.name])
38 },
39 AtRuleExit(i) {
40 visits.push(['AtRuleExit', i.name])
41 },

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…