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

Method keep_at_rules

css-inline/src/lib.rs:373–376  ·  view source on GitHub ↗
(mut self, keep_at_rules: bool)

Source from the content-addressed store, hash-verified

371 /// Override whether "at-rules" should be kept after processing.
372 #[must_use]
373 pub fn keep_at_rules(mut self, keep_at_rules: bool) -> Self {
374 self.keep_at_rules = keep_at_rules;
375 self
376 }
377
378 /// Override whether trailing semicolons and spaces between properties and values should be removed.
379 #[must_use]

Callers 4

keep_at_rulesFunction · 0.80
build_inlinerFunction · 0.80

Calls

no outgoing calls