From 5c76a13b4d21b46bd8ae16a8804b77d2c6c3a700 Mon Sep 17 00:00:00 2001 From: Marcos Paulo Date: Sun, 6 Sep 2026 03:45:41 +0000 Subject: [PATCH] docs: record responsive css task status Mark only the completed port, reference-removal, and gate checks. Leave screenshot review unchecked because valid full-page comparison artifacts could not be completed in this environment. --- plans/astro-refactor/task-15e-responsive-css.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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