get-conditional-atrule-ancestor.d.ts 127 Bytes Raw Blame History Permalink 1 2 import type { AtRule } from 'postcss'; export declare function getConditionalAtRuleAncestor(layerRule: AtRule): AtRule | null;