File size: 194 Bytes
cc651f6
 
 
1
2
3
4
import type { Container } from 'postcss';
export declare function removeEmptyDescendantBlocks(block: Container): void;
export declare function removeEmptyAncestorBlocks(block: Container): void;