Home
last modified time | relevance | path

Searched refs:next_selector_at (Results 1 – 1 of 1) sorted by relevance

/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy.php159 public $next_selector_at = ''; variable in csstidy
643 …$this->next_selector_at = ($this->next_selector_at?$this->next_selector_at:($this->at?$this->at:DE…
675 if ($this->next_selector_at) {
677 $this->at = $this->css_new_media_section($this->at, $this->next_selector_at);
678 $this->next_selector_at = '';
731 if ($this->next_selector_at) {
733 $this->at = $this->css_new_media_section($this->at, $this->next_selector_at);
734 $this->next_selector_at = '';
850 if ($this->next_selector_at) {
852 $this->at = $this->css_new_media_section($this->at, $this->next_selector_at);
[all …]