Skip to content

MinifierFilterRemoveEmptyAtBlocks

natxet edited this page Oct 6, 2015 · 1 revision

#sidebar Sidebar

= !RemoveEmptyAtBlocks minifier filter =

== Description == This filter will remove empty @font-face, @media and @page at-rule blocks. This filter should always run after any filters removing tokens like the [MinifierFilterRemoveComments RemoveComments] or [MinifierFilterRemoveEmptyRulesets RemoveEmptyRulesets] filter.

== Configuration: ==

  • true / false

== Defaults: ==

  • true

== Before: == {{{ @media print { /* No rulesets */ } }}}

== After: == {{{ null }}}