mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
Store raw string for prop decl in @supports This fixes the serialization issue of `@supports` rule that whitespaces are not preserved like in other browsers. It makes the work a bit redundant (the property name and colon is parsed twice), but I suppose this isn't a big deal. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17813) <!-- Reviewable:end -->