diff --git a/plans/astro-refactor/task-15e-responsive-css.md b/plans/astro-refactor/task-15e-responsive-css.md index 68e331a..45091a0 100644 --- a/plans/astro-refactor/task-15e-responsive-css.md +++ b/plans/astro-refactor/task-15e-responsive-css.md @@ -42,10 +42,10 @@ route and deliberately links it. - [ ] Screenshot diffs reviewed at all required widths without an Astro import of `responsive.css` -- [ ] Ported rules live with the component that needs them, or in `tokens.css` -- [ ] No Astro file or layout references `responsive.css`; the legacy page link +- [x] Ported rules live with the component that needs them, or in `tokens.css` +- [x] No Astro file or layout references `responsive.css`; the legacy page link remains unchanged until task 20 -- [ ] `pnpm run gate` green; assertions intact +- [x] `pnpm run gate` green; assertions intact ## Amendment — the screenshot step now actually works