Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ These invariants apply to EVERY slide in EVERY presentation:

**When generating, read `viewport-base.css` and include its full contents in every presentation.**

### Content Scale

`components.css` routes every component font size and the content-column width through `:root` tokens. An author retunes the whole deck by setting `--scale` (a multiplier, default `1`) and `--max-content-width` once on `.deck` or `:root`. Put sizing on the component classes, not on per-element inline `font-size` styles. An inline `font-size` wins over the class and that element no longer responds to `--scale`, so the knob fights the markup instead of driving it.

### Content Density Limits Per Slide

| Slide Type | Maximum Content |
Expand Down
Loading