Skip to content

Commit 569e0db

Browse files
fix(client/website/postcss): temporary disable postcss-combine-duplicated-selectors plugin due to [this bug](ChristianMurphy/postcss-combine-duplicated-selectors#834)
1 parent cc06370 commit 569e0db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: client/packages/website/postcss.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ module.exports = {
88
'tailwindcss/nesting': {},
99
'tailwindcss': {},
1010
'autoprefixer': {},
11-
'postcss-combine-duplicated-selectors': {
12-
removeDuplicatedProperties: true,
13-
},
11+
// 'postcss-combine-duplicated-selectors': {
12+
// removeDuplicatedValues: true,
13+
// },
1414
},
1515
};

0 commit comments

Comments
 (0)