atrule-within-atrule.d.ts 213 B

123
  1. import type { AtRule } from 'postcss';
  2. export default function transformAtruleWithinAtrule(node: AtRule, parent: AtRule): void;
  3. export declare function isAtruleWithinAtrule(node: AtRule, parent: AtRule): boolean;