This commit is contained in:
Anderson Müller
2013-12-31 10:33:58 +01:00
parent f08a6c6f10
commit 82c54bb204

View File

@ -198,7 +198,7 @@ body { background: #f00; }
```
If you want to specify additional properties of the style tag, pass an array of name-values to the third argument.
If you need to make sure there's only a single style tag use forth argument as was mentioned in meta tags description.
If you need to make sure there's only a single style tag use fourth argument as was mentioned in meta tags description.
```php
$this->registerCssFile("http://example.com/css/themes/black-and-white.css", [BootstrapAsset::className()], ['media' => 'print'], 'css-print-theme');