Diff view
Unified view by default — denser, easier to read in PR contexts. Side-by-side is reserved for paired comparison (theme variants, before / after of a rename).
Unified
cli/commands/design.mjs
+3 −2
4242
if (sub === 'serve') {4343
return runServe({ args, pkgRoot });4444
}45-
// TODO: init subcommand46-
return null;45+
if (sub === 'init') {46+
return runInit({ args, pkgRoot });47+
}4748
}Side-by-side header (paired)
system/project/colors_and_type.css (before)
system/marketing/colors_and_type.css (after)
12-
--accent: oklch(64% 0.18 264);12+
--accent: oklch(68% 0.22 25);