标签: css sass
我有一些CSS:
.header { padding-top: 4px; padding-right: 4px; }
组合起来会更好,所以我们有:
.header { padding: 4px 4px 0px 0px; }
但这会覆盖默认值。我需要一行不覆盖默认值的代码。