You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`cache`. Specifies cache for external stylesheets. Default: `None`
134
134
-`extra_css`. Extra CSS to be inlined. Default: `None`
135
135
-`preallocate_node_capacity`. **Advanced**. Preallocates capacity for HTML nodes during parsing. This can improve performance when you have an estimate of the number of nodes in your HTML document. Default: `32`
136
+
-`remove_inlined_selectors`. Specifies whether to remove selectors that were successfully inlined from `<style>` blocks. Default: `false`
136
137
137
138
You can also skip CSS inlining for an HTML tag by adding the `data-css-inline="ignore"` attribute to it:
Copy file name to clipboardExpand all lines: bindings/c/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,7 @@ Possible configurations:
160
160
- `cache`. Specifies caching options for external stylesheets. Default: `NULL`
161
161
- `extra_css`. Extra CSS to be inlined. Default: `NULL`
162
162
- `preallocate_node_capacity`. **Advanced**. Preallocates capacity for HTML nodes during parsing. This can improve performance when you have an estimate of the number of nodes in your HTML document. Default: `32`
163
+
- `remove_inlined_selectors`. Specifies whether to remove selectors that were successfully inlined from `<style>` blocks. Default: `false`
163
164
164
165
You can also skip CSS inlining for an HTML tag by adding the `data-css-inline="ignore"` attribute to it:
0 commit comments