Lines Matching refs:next_selector_at
159 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);
853 $this->next_selector_at = '';