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 299normalizeRootRule(node) root[hasRootRule] = true }) }, Rule(rule) { let unwrapped = false let after = rule let copyDeclarations = false let declarations = []
+ 2 other calls in file
postcss.plugin is the most popular function in postcss (94 examples)