fix: restore full-guide font scale
This commit is contained in:
@@ -329,6 +329,12 @@ if (
|
||||
)
|
||||
)
|
||||
throw new Error('missing rules responsive contract');
|
||||
if (
|
||||
!['font:700 var(--step-18) var(--font-mono)', 'font:500 var(--step-48) var(--font-mono)'].every(
|
||||
(token) => builtCss.includes(token),
|
||||
)
|
||||
)
|
||||
throw new Error('full-guide lost its effort or skill-display type scale');
|
||||
if (!has(html.review, ['id="catalog"', 'id="skill-filter"', 'id="skill-list"', 'id="detail"']))
|
||||
throw new Error('missing review page-content contract');
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user