|
1 | 1 | <?php
|
2 | 2 |
|
| 3 | +/* |
| 4 | + * This file is part of Cachet. |
| 5 | + * |
| 6 | + * (c) Alt Three Services Limited |
| 7 | + * |
| 8 | + * For the full copyright and license information, please view the LICENSE |
| 9 | + * file that was distributed with this source code. |
| 10 | + */ |
| 11 | + |
3 | 12 | return [
|
4 | 13 |
|
5 |
| - /* |
6 |
| - |-------------------------------------------------------------------------- |
7 |
| - | Strip styles |
8 |
| - |-------------------------------------------------------------------------- |
9 |
| - | |
10 |
| - | Settings this to false prevents the inliner from removing the style |
11 |
| - | definitions that have been inlined. |
12 |
| - | |
13 |
| - | Notice that media query styles are not inlined, and hence never |
14 |
| - | stripped. |
15 |
| - | |
16 |
| - */ |
| 14 | + /* |
| 15 | + |-------------------------------------------------------------------------- |
| 16 | + | Strip styles |
| 17 | + |-------------------------------------------------------------------------- |
| 18 | + | |
| 19 | + | Settings this to false prevents the inliner from removing the style |
| 20 | + | definitions that have been inlined. |
| 21 | + | |
| 22 | + | Notice that media query styles are not inlined, and hence never |
| 23 | + | stripped. |
| 24 | + | |
| 25 | + */ |
17 | 26 |
|
18 |
| - 'strip-styles' => true, |
| 27 | + 'strip-styles' => true, |
19 | 28 |
|
20 |
| - /* |
21 |
| - |-------------------------------------------------------------------------- |
22 |
| - | Remove classes |
23 |
| - |-------------------------------------------------------------------------- |
24 |
| - | |
25 |
| - | Settings this to false disables the removal of class attributes from |
26 |
| - | your html elements (do not enable this if you use media queries) |
27 |
| - | |
28 |
| - */ |
| 29 | + /* |
| 30 | + |-------------------------------------------------------------------------- |
| 31 | + | Remove classes |
| 32 | + |-------------------------------------------------------------------------- |
| 33 | + | |
| 34 | + | Settings this to false disables the removal of class attributes from |
| 35 | + | your html elements (do not enable this if you use media queries) |
| 36 | + | |
| 37 | + */ |
29 | 38 |
|
30 |
| - 'strip-classes' => true, |
| 39 | + 'strip-classes' => true, |
31 | 40 |
|
32 | 41 | ];
|
0 commit comments