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

Method raw

lib/node.js:339–342  ·  view source on GitHub ↗
(prop, defaultType)

Source from the content-addressed store, hash-verified

337 }
338
339 raw(prop, defaultType) {
340 let str = new Stringifier()
341 return str.raw(this, prop, defaultType)
342 }
343
344 remove() {
345 if (this.parent) {

Callers 1

selectorsMethod · 0.45

Calls 1

rawMethod · 0.95

Tested by

no test coverage detected