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