Constructs a CssCommand object.
string $selector: A CSS selector for elements to which the CSS will be applied.
array $css: An array of CSS property/value pairs to set.
public function __construct($selector, array $css = []) { $this->selector = $selector; $this->css = $css; }