epiphany/node_modules/postcss-nesting/dist/lib/walk-func.d.ts

5 lines
160 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
import type { Container, Result } from 'postcss';
export type walkFunc = (node: Container, result: Result, opts: {
noIsPseudoSelector: boolean;
}) => void;