mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02: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`
2 lines
113 B
Plaintext
2 lines
113 B
Plaintext
div { padding-top: 1px; padding-right: 1px; padding-left: 1px; padding-inline-start: 1px; padding-bottom: 1px; }
|