File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
modules/ROOT/partials/configuration Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- === inline_selector_filter
1+ === inlinecss_selector_filter
22
3- Determines whether it is valid for a given CSS selector to have its CSS properties inlined into the HTML content
3+ Determines whether it is valid for a given CSS selector to have its CSS properties inlined into the HTML content.
44
5- Default: All selectors are considered valid to have their CSS inlined
5+ Default: All selectors are considered valid to have their CSS inlined.
66
77Type: `String` `RegExp` or `Function`
88
@@ -13,11 +13,11 @@ inlinecss_selector_filter: (selector: string): boolean => {
1313}
1414----
1515
16- === inline_file_filter
16+ === inlinecss_file_filter
1717
18- Determines whether it is valid for a given CSS stylesheet to have its CSS inspected and inlined into the HTML content
18+ Determines whether it is valid for a given CSS stylesheet to have its CSS inspected and inlined into the HTML content.
1919
20- Default: All CSS stylesheet are considered valid to have their CSS inspected and inlined
20+ Default: All CSS stylesheet are considered valid to have their CSS inspected and inlined.
2121
2222Type: `String` `RegExp` or `Function`
2323
@@ -27,4 +27,3 @@ inlinecss_file_filter: (href: string): boolean => {
2727 return selector.indexOf('mystyles') !== -1;
2828}
2929----
30-
You can’t perform that action at this time.
0 commit comments