discardEmpty

Removes empty rules, media queries & rules with empty selectors, as they do not affect the output.

Example

Input

.box {}
@media screen {}
{color: green;}

Output

/* (removed) */