mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 10:29:23 +00:00
We should not serialize a group of properties `longhands` as a single shorthand if there is any property declared between the first and last property in `longhands` which is not part of `longhands` but belongs to the same logical property group, and has different mapping logic to any of property in `longhands`
1 line
113 B
Text
1 line
113 B
Text
div { padding-top: 1px; padding-right: 1px; padding-left: 1px; padding-inline-start: 1px; padding-bottom: 1px; }
|