/** * render the rtled css code, by defualt it will return a string * @param bool $save_to_file if true save the code in a rtl.css file */ public function render($save_to_file = false) { return $this->document->render(CSS\OutputFormat::createPretty()); }