- configure-mantine-theme, add-fonts: require screenshotting each
actual "Title / H<N>" row before trusting a get_variable_defs dump of
composite text-style instances — they can misreport a heading's own
fontFamily/lineHeight the same way a repeated color-swatch instance
can misreport its fill, which previously produced a wrong Mantine
theme (incorrect per-heading line-heights, a false "mixed fonts"
read) that only a visual check caught
- import-figma-vars: import named line-height tokens from the Typekit
table so downstream skills can reference var(--line-height-*)
instead of hardcoding numbers
- import-figma-assets: extract icon sprite position/naming/color
mapping into references/sprite-mapping.md, and guard against
ancestor backgrounds getting baked into a favicon's exported SVG
No description provided.