Skip to content

fix(php-transformer): scan responsive variant styles - #1615

Merged
chubes4 merged 1 commit into
trunkfrom
fix/issue-1266-responsive-style-scanner
Sep 8, 2026
Merged

fix(php-transformer): scan responsive variant styles#1615
chubes4 merged 1 commit into
trunkfrom
fix/issue-1266-responsive-style-scanner

Conversation

@chubes4

@chubes4 chubes4 commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • route responsive-document variant style extraction and CSS rebasing through StyleTagScanner
  • retain styles larger than PCRE backtracking limits and cover the browser-visible breakpoint behavior

Closes #1266

Testing

  • composer test in php-transformer (303 parity fixtures)
  • npm test in php-transformer/tools/visual-parity (including the 390px browser regression)
  • WordPress integration suite was not run locally; this change does not alter that suite and CI will verify it.

AI assistance

GPT-6 Astra via OpenCode was used for orchestration and review. openai/gpt-5.6-terra via direct OpenCode implementation was used to inspect, implement, test, and publish this change.

@chubes4
chubes4 merged commit 9fa4a24 into trunk Sep 8, 2026
10 checks passed
@chubes4
chubes4 deleted the fix/issue-1266-responsive-style-scanner branch September 8, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Route remaining style-tag extraction through StyleTagScanner (variant styles still lost on PCRE failure)

1 participant