postcss-discard-empty
Install
npm install postcss-discard-empty --saveExample
Input
@font-face;
h1 {}
{color:blue}
h2 {color:}
h3 {color:red}Output
h3 {color:red}Usage
Contributors
License
Last updated