MCPcopy Index your code
hub / github.com/postcss/postcss / rawValue

Method rawValue

lib/stringifier.js:332–340  ·  view source on GitHub ↗
(node, prop)

Source from the content-addressed store, hash-verified

330 }
331
332 rawValue(node, prop) {
333 let value = node[prop]
334 let raw = node.raws[prop]
335 if (raw && raw.value === value) {
336 return raw.raw
337 }
338
339 return value
340 }
341
342 root(node) {
343 this.body(node)

Callers 4

atruleMethod · 0.95
declMethod · 0.95
ruleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected