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

Method value

lib/value.js:116–122  ·  view source on GitHub ↗

* Get value with comments if it was not changed

(decl)

Source from the content-addressed store, hash-verified

114 * Get value with comments if it was not changed
115 */
116 value(decl) {
117 if (decl.raws.value && decl.raws.value.value === decl.value) {
118 return decl.raws.value.raw
119 } else {
120 return decl.value
121 }
122 }
123}
124
125module.exports = Value

Callers 1

addMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected