Skip to content

Commit 358a588

Browse files
authored
DOC-2556: Update titles from to for inline-css. (#3485)
1 parent 1addcd8 commit 358a588

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

77
Type: `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

2222
Type: `String` `RegExp` or `Function`
2323

@@ -27,4 +27,3 @@ inlinecss_file_filter: (href: string): boolean => {
2727
return selector.indexOf('mystyles') !== -1;
2828
}
2929
----
30-

0 commit comments

Comments
 (0)