# yarn add postcss-discard-comments -D
module.exports = { plugins: [ ..., require('postcss-discard-comments') ] }
body/* 主体样式(去除说明) */ { ... }