Publish the css-inliner config
This commit is contained in:
32
config/css-inliner.php
Normal file
32
config/css-inliner.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Strip styles
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Settings this to false prevents the inliner from removing the style
|
||||
| definitions that have been inlined.
|
||||
|
|
||||
| Notice that media query styles are not inlined, and hence never
|
||||
| stripped.
|
||||
|
|
||||
*/
|
||||
|
||||
'strip-styles' => true,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Remove classes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Settings this to false disables the removal of class attributes from
|
||||
| your html elements (do not enable this if you use media queries)
|
||||
|
|
||||
*/
|
||||
|
||||
'strip-classes' => true,
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user