Compile the document into a CSS string and save to the specified location, or return as a string.
$doc = new \hexydec\css\cssdoc();
if ($doc->load($css)) {
$doc->compile($options);
}| Parameter | Type | Description | Default |
|---|---|---|---|
output |
String | Defines the output mode, either minify or beautify |
minify |
Returns the rendered CSS as a string.