if ( before.length != section.length ) {
                sections[ index ] = section;
                compressor.log(
                    "Combining " + rule.property + " directionals " + 
                    " '" + before.join( ' ' ) + "' => '" + section.join( ' ' ) + "'",