Skip to content

Commit

Permalink
Update postcss-combine-selectors.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Sep 20, 2023
1 parent 43b2882 commit c233371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/postcss-combine-selectors.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const creator = () => {
return {
postcssPlugin: 'postcss-combine-selectors',
Once(root) {
OnceExit(root) {
const rulesToCombine = new Map()

root.walkRules(rule => {
Expand Down

0 comments on commit c233371

Please sign in to comment.