📄 rule-within-rule.d.ts
/home/palash/git/site/node_modules/postcss-nesting/dist/lib/rule-within-rule.d.ts
Language: ts • Lines: 4
import type { Rule } from 'postcss';
import { options } from './options.js';
export default function transformRuleWithinRule(node: Rule, parent: Rule, opts: options): void;
export declare function isValidRuleWithinRule(node: Rule): boolean;