Skip to content

Commit

Permalink
Readme: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Feb 2, 2024
1 parent 6762c9f commit 6c92af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CzProject\CssTools requires PHP 7.4.0 or later.

### CSS generator
``` php
$file = new CssTools\CssFile;
$file = new CzProject\CssTools\CssFile;
$file->addRule('.button', [
'color' => CssTools\Color::hex('#F8A'),
'font-size' => CssTools\Number::px2rem(48),
Expand Down

0 comments on commit 6c92af6

Please sign in to comment.