Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
valenjeb committed Feb 2, 2022
1 parent d4f8375 commit a6d7766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ body {
Instead of outputting the compiled css, it can be saved to a file:

```php
$minify = true; // Will override minify option if already set
$override = true; // Override if file exists
$mkdir = true; // Creates directory recursively if not already exists
$css->save('path/to/compiled.css', $override, $mkdir);
$css->save('path/to/compiled.css', $minify, $override, $mkdir);
```

### Import rules from another instance of CSS class
Expand Down

0 comments on commit a6d7766

Please sign in to comment.