MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / remove_inlined_selectors

Method remove_inlined_selectors

css-inline/src/lib.rs:434–437  ·  view source on GitHub ↗
(mut self, enabled: bool)

Source from the content-addressed store, hash-verified

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 ///

Calls

no outgoing calls