|
@@ 70-74 (lines=5) @@
|
| 67 |
|
return; |
| 68 |
|
} |
| 69 |
|
|
| 70 |
|
if ($this->parser->get_cfg('merge_selectors') === 2) { |
| 71 |
|
foreach ($this->css as $medium => $value) { |
| 72 |
|
$this->merge_selectors($this->css[$medium]); |
| 73 |
|
} |
| 74 |
|
} |
| 75 |
|
|
| 76 |
|
if ($this->parser->get_cfg('discard_invalid_selectors')) { |
| 77 |
|
foreach ($this->css as $medium => $value) { |
|
@@ 76-80 (lines=5) @@
|
| 73 |
|
} |
| 74 |
|
} |
| 75 |
|
|
| 76 |
|
if ($this->parser->get_cfg('discard_invalid_selectors')) { |
| 77 |
|
foreach ($this->css as $medium => $value) { |
| 78 |
|
$this->discard_invalid_selectors($this->css[$medium]); |
| 79 |
|
} |
| 80 |
|
} |
| 81 |
|
|
| 82 |
|
if ($this->parser->get_cfg('optimise_shorthands') > 0) { |
| 83 |
|
foreach ($this->css as $medium => $value) { |