|
@@ 1063-1064 (lines=2) @@
|
| 1060 |
|
if ($this->settings['merge_selectors'] != false) |
| 1061 |
|
return $selector; |
| 1062 |
|
|
| 1063 |
|
if (!$this->css OR !isset($this->css[$media]) OR !$this->css[$media]) |
| 1064 |
|
return $selector; |
| 1065 |
|
|
| 1066 |
|
// if last is the same, keep it |
| 1067 |
|
end($this->css[$media]); |
|
@@ 1093-1094 (lines=2) @@
|
| 1090 |
|
if($this->get_cfg('preserve_css')) { |
| 1091 |
|
return $property; |
| 1092 |
|
} |
| 1093 |
|
if (!$this->css OR !isset($this->css[$media][$selector]) OR !$this->css[$media][$selector]) |
| 1094 |
|
return $property; |
| 1095 |
|
|
| 1096 |
|
while (isset($this->css[$media][$selector][$property])) |
| 1097 |
|
$property .= " "; |