public static function process($css, $options = array())
 {
     $obj = new self($options);
     return $obj->_process($css);
 }