MCPcopy Create free account
hub / github.com/csskit/csskit / with_extra_semicolons

Method with_extra_semicolons

crates/css_parse/src/cursor_expanded_write_sink.rs:20–23  ·  view source on GitHub ↗

Set the number of extra semicolons to add after each semicolon.

(mut self, count: u8)

Source from the content-addressed store, hash-verified

18
19 /// Set the number of extra semicolons to add after each semicolon.
20 pub fn with_extra_semicolons(mut self, count: u8) -> Self {
21 self.extra_semicolons = count;
22 self
23 }
24
25 /// Disable ident escaping for a milder expansion effect.
26 pub fn with_escape_idents(mut self, escape: bool) -> Self {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected