MCPcopy
hub / github.com/postcss/postcss / rawColon

Method rawColon

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

Source from the content-addressed store, hash-verified

280 }
281
282 rawColon(root) {
283 let value
284 root.walkDecls(i => {
285 if (typeof i.raws.between !== 'undefined') {
286 value = i.raws.between.replace(/[^\s:]/g, '')
287 return false
288 }
289 })
290 return value
291 }
292
293 rawEmptyBody(root) {
294 let value

Callers

nothing calls this directly

Calls 1

walkDeclsMethod · 0.80

Tested by

no test coverage detected