You are here

property csstidy::$status in Advanced CSS/JS Aggregation 6

Saves the parser-status.

Possible values:

  • is = in selector
  • ip = in property
  • iv = in value
  • instr = in string (started at " or ' or ( )
  • ic = in comment (ignore everything)
  • at = in @-block

@access private

Type: string

File

advagg_css_compress/csstidy/class.csstidy.inc, line 145

Class

csstidy
CSS Parser class

Code

var $status = 'is';