CSSCompressor.each( options.off || [], function( key ) {
        if ( ( key = key.trim() ).length ) {
            settings[ key ] = false;
        }
    });