google / closure-stylesheets

A CSS+ transpiler that lints, optimizes, and I18n-izes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does not remove empty @media

pdknsk opened this issue · comments

@media (min-resolution:2dppx) {}
@media (min-resolution:2dppx) {h1 {}}

It removes the empty h1, but neither @media.