Files
feedstr.live/node_modules/postcss-nesting/dist/lib/atrule-within-atrule.d.ts
T
2023-11-25 18:12:47 -05:00

4 lines
213 B
TypeScript

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