Postcss合并重复的选择器 自动检测并合并重复CSS选择器,因此您不必 :grinning_face_with_smiling_eyes: 用法 要求 为了使用此功能,您将需要安装 。 根据是否要使用CLI,需要安装 。 npm install --save-dev postcss postcss-combine-duplicated-selectors # or yarn add --dev postcss postcss-combine-duplicated-selectors 使用PostCSS JS API 'use strict' ; const fs = require ( 'fs' ) ; const postcss = require ( 'postcss' ) ; const css = fs . readFileSync ( 'src/app.css' ) ; postcss ( [ require ( 'postcss-