pub fn start_in_memory_pretty(
config: &ConfigInMemory,
) -> Result<Vec<CompiledCssInMemory>, GrimoireCssError>Expand description
Analyzer/LSP helper: same as start_in_memory, but prints CSS in a human-readable format.
This is feature-gated to avoid affecting default runtime/CLI output.