Skip to content

Commit 5942c38

Browse files
committed
build: optimise CSS selectors
1 parent 58c153f commit 5942c38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/postcss.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = ctx => {
1313
autoprefixer: {
1414
cascade: false
1515
},
16+
'postcss-combine-duplicated-selectors': {},
1617
rtlcss: ctx.env === 'RTL' ? {} : false
1718
}
1819
}

0 commit comments

Comments
 (0)