(mut self, enabled: bool)
| 432 | /// Remove selectors that were successfully inlined from inline `<style>` blocks. |
| 433 | #[must_use] |
| 434 | pub fn remove_inlined_selectors(mut self, enabled: bool) -> Self { |
| 435 | self.remove_inlined_selectors = enabled; |
| 436 | self |
| 437 | } |
| 438 | |
| 439 | /// Apply `width` HTML attributes from CSS `width` properties on supported elements. |
| 440 | /// |
no outgoing calls