Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
add
Method · 0.95
old
Method · 0.95
set
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected