Single-line vs multi-line CSS formatting

前端 未结 5 1095
耶瑟儿~
耶瑟儿~ 2021-01-21 04:36

Though it\'s debatable, I\'ve heard the majority of CSS developers prefer multi-line because of the ease of which a property can be found within the CSS file. But doesn\'t this

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-21 05:23

    Just like JavaScript code, you would want to format your CSS the way that would conform to your team's standard, and let the compressor minifies it for deployment.

提交回复
热议问题