atrule-within-atrule.d.ts 213 Bytes Raw Blame History Permalink 1 2 3 import type { AtRule } from 'postcss'; export default function transformAtruleWithinAtrule(node: AtRule, parent: AtRule): void; export declare function isAtruleWithinAtrule(node: AtRule, parent: AtRule): boolean;