MCPcopy Index your code
hub / github.com/postcss/autoprefixer / prefixed

Method prefixed

lib/declaration.js:136–138  ·  view source on GitHub ↗

* Return prefixed version of property

(prop, prefix)

Source from the content-addressed store, hash-verified

134 * Return prefixed version of property
135 */
136 prefixed(prop, prefix) {
137 return prefix + prop
138 }
139
140 /**
141 * Add spaces for visual cascade

Callers 3

addMethod · 0.95
oldMethod · 0.95
setMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected