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