CSS 格式化
src
/
tools
/
CSS 格式化
压缩
Common.beautify
Common.inputCode
body { background: #000; color: #fff; } .header { display:flex; justify-content: space-between; }
输出
body { background: #000; color: #fff; } .header { display: flex; justify-content: space-between; }