fix: unify typography and review interactions
This commit is contained in:
@@ -329,6 +329,14 @@ if (
|
||||
)
|
||||
)
|
||||
throw new Error('missing rules responsive contract');
|
||||
if (
|
||||
![
|
||||
'body{min-width:320px;margin:0;color:var(--ink);background:var(--paper);font-family:var(--font-sans)}',
|
||||
'max-width:75ch;font-size:var(--step-24)',
|
||||
'max-width:75ch;font-size:var(--step-20)',
|
||||
].every((token) => builtCss.includes(token))
|
||||
)
|
||||
throw new Error('rules page lost its global font or 4K prose scale');
|
||||
if (
|
||||
!['font:700 var(--step-18) var(--font-mono)', 'font:500 var(--step-48) var(--font-mono)'].every(
|
||||
(token) => builtCss.includes(token),
|
||||
|
||||
Reference in New Issue
Block a user