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) */
Removes empty rules, media queries & rules with empty selectors, as they do not affect the output.
.box {}
@media screen {}
{color: green;}
/* (removed) */