MCPcopy
hub / github.com/postcss/postcss / use

Method use

lib/processor.js:57–60  ·  view source on GitHub ↗
(plugin)

Source from the content-addressed store, hash-verified

55 }
56
57 use(plugin) {
58 this.plugins = this.plugins.concat(this.normalize([plugin]))
59 return this
60 }
61}
62
63module.exports = Processor

Callers 1

processor.test.tsFile · 0.80

Calls 1

normalizeMethod · 0.95

Tested by

no test coverage detected