mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 00:17:34 -05: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' => [],
 | 
						|
 | 
						|
];
 |