Skip to content

Commit

Permalink
Merge pull request #112 from glpzzz/patch-1
Browse files Browse the repository at this point in the history
Fix #111: Update docs to mention cssFile can be an array or a string
  • Loading branch information
kartik-v committed Sep 21, 2020
2 parents 7ea3a5f + 79ce5b4 commit 941daa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pdf.php
Expand Up @@ -143,7 +143,7 @@ class Pdf extends Component
*/
public $orientation = self::ORIENT_PORTRAIT;
/**
* @var string css file to prepend to the PDF
* @var array|string css files to prepend to the PDF
*/
public $cssFile = '@vendor/kartik-v/yii2-mpdf/src/assets/kv-mpdf-bootstrap.min.css';
/**
Expand Down

0 comments on commit 941daa7

Please sign in to comment.