mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Many websites use Tailwind CSS script which utilizes registered custom properties. This PR makes such websites look as expected, such as #42129. Before: <img width="485" height="120" alt="image" src="https://github.com/user-attachments/assets/428000b1-eed1-4f10-bbf8-eca9e7b630f5" /> After: <img width="487" height="82" alt="image" src="https://github.com/user-attachments/assets/ab016cbf-9c00-4bd8-adc8-be28f13e42e5" /> Testing: Updated existing WPT results. Fixes: #42129 Fixes: #41417 Stylo Companion: https://github.com/servo/stylo/pull/293 --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>