mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
19 lines
423 B
PHP
19 lines
423 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Css Files
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Css file of your style for your emails
|
|
| The content of these files will be added directly into the inliner
|
|
| Use absolute paths, ie. public_path('css/main.css')
|
|
|
|
|
*/
|
|
|
|
'css-files' => [],
|
|
|
|
];
|