Skip to content
Snippets Groups Projects
has-supports-at-rule-ancestor.d.ts 109 B
import type { Node } from 'postcss';
export declare function hasSupportsAtRuleAncestor(node: Node): boolean;