clean-blocks.d.ts 194 Bytes Raw Blame History Permalink 1 2 3 import type { Container } from 'postcss'; export declare function removeEmptyDescendantBlocks(block: Container): void; export declare function removeEmptyAncestorBlocks(block: Container): void;