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

Method rawBeforeOpen

lib/stringifier.js:254–263  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

252 }
253
254 rawBeforeOpen(root) {
255 let value
256 root.walk(i => {
257 if (i.type !== 'decl') {
258 value = i.raws.between
259 if (typeof value !== 'undefined') return false
260 }
261 })
262 return value
263 }
264
265 rawBeforeRule(root) {
266 let value

Callers

nothing calls this directly

Calls 1

walkMethod · 0.80

Tested by

no test coverage detected