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

Method minify_css

css-inline/src/lib.rs:380–383  ·  view source on GitHub ↗
(mut self, minify_css: bool)

Source from the content-addressed store, hash-verified

378 /// Override whether trailing semicolons and spaces between properties and values should be removed.
379 #[must_use]
380 pub fn minify_css(mut self, minify_css: bool) -> Self {
381 self.minify_css = minify_css;
382 self
383 }
384
385 /// Set base URL that will be used for loading external stylesheets via relative URLs.
386 #[must_use]

Callers 4

minify_cssFunction · 0.80
build_inlinerFunction · 0.80

Calls

no outgoing calls

Tested by 3

minify_cssFunction · 0.64