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