📄 clean-blocks.d.ts
/home/palash/git/site/node_modules/@csstools/postcss-cascade-layers/dist/clean-blocks.d.ts
Language: ts • Lines: 3
import type { Container } from 'postcss';
export declare function removeEmptyDescendantBlocks(block: Container): void;
export declare function removeEmptyAncestorBlocks(block: Container): void;