How to use the Rule function from postcss

Find comprehensive JavaScript postcss.Rule code examples handpicked from public code repositorys.

290
291
292
293
294
295
296
297
298
299
    normalizeRootRule(node)
    root[hasRootRule] = true
  })
},

Rule(rule) {
  let unwrapped = false
  let after = rule
  let copyDeclarations = false
  let declarations = []
fork icon0
star icon1
watch icon0

+ 2 other calls in file