@@ -171,7 +171,9 @@ |
||
171 | 171 | } |
172 | 172 | |
173 | 173 | $css = file_get_contents( $style['path'] ); |
174 | - if( $style['minify'] ) $css = $this->minify_css( $css ); |
|
174 | + if( $style['minify'] ) { |
|
175 | + $css = $this->minify_css( $css ); |
|
176 | + } |
|
175 | 177 | $compiled_css = $this->compile_css( $css, $this->callbacks[$style['handle']] ); |
176 | 178 | $cache->update( $style['handle'], $compiled_css ); |
177 | 179 | return $compiled_css; |