function isSkippableAtRule()

in plugins/lib/decl-validator.js [222:224]


  function isSkippableAtRule(node) {
    return node.type === 'atrule' && SKIP_AT_RULE_NAMES.has(node.name)
  }