MCPcopy
hub / github.com/postcss/autoprefixer / prefix

Function prefix

data/prefixes.js:42–46  ·  view source on GitHub ↗
(names, data)

Source from the content-addressed store, hash-verified

40let result = {}
41
42function prefix(names, data) {
43 for (let name of names) {
44 result[name] = Object.assign({}, data)
45 }
46}
47
48function add(names, data) {
49 for (let name of names) {

Callers 1

prefixes.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…