Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postcss/autoprefixer
/ set
Method
set
lib/declaration.js:181–184 ·
view source on GitHub ↗
* Set prefix to declaration
(decl, prefix)
Source
from the content-addressed store, hash-verified
179
* Set prefix to declaration
180
*/
181
set(decl, prefix) {
182
decl.prop = this.prefixed(decl.prop, prefix)
183
return
decl
184
}
185
}
186
187
module.exports = Declaration
Callers
1
insert
Method · 0.95
Calls
1
prefixed
Method · 0.95
Tested by
no test coverage detected