Whether declarations inside a rule go on one line or are split.
.a { color: red } .b { color: red; margin: 0; }
.a { color: red; margin: 0; }